Page MenuHomeDevCentral

.arclint
No OneTemporary

.arclint

{
"exclude": [
"(^vendor/)"
],
"linters": {
"chmod": {
"type": "chmod"
},
"filename": {
"type": "filename"
},
"json": {
"type": "json",
"include": [
"(^\\.arcconfig$)",
"(^\\.arclint$)",
"(\\.json$)"
]
},
"merge-conflict": {
"type": "merge-conflict"
},
"php": {
"type": "php",
"include": "(\\.php$)"
},
"phpcs": {
"type": "phpcs",
"bin": "vendor/bin/phpcs",
"phpcs.standard": "phpcs.xml",
"include": [
"(^src/.*\\.php$)",
"(^tests/.*\\.php$)"
]
},
"spelling": {
"type": "spelling"
},
"xml": {
"type": "xml",
"include": "(\\.xml$)"
}
}
}

File Metadata

Mime Type
application/json
Expires
Thu, Dec 26, 16:12 (7 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2314887
Default Alt Text
.arclint (749 B)

Event Timeline