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": "PSR1",
"include": [
"(^index\\.php$)",
"(^LocalSettings\\.php$)",
"(^src/.*\\.php$)",
"(^config/.*\\.php$)",
"(^bin/.*\\.php$)",
"(^views/.*\\.php$)"
]
},
"spelling": {
"type": "spelling"
}
}
}

File Metadata

Mime Type
application/json
Expires
Sun, Oct 12, 09:31 (8 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3062048
Default Alt Text
.arclint (789 B)

Event Timeline