Page MenuHomeDevCentral

.arclint
No OneTemporary

.arclint

{
"exclude": [
"(^vendor/)",
"(^tests/data/)"
],
"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": "(^app/.*\\.php$)"
},
"spelling": {
"type": "spelling"
},
"xml": {
"type": "xml",
"include": "(\\.xml$)"
}
}
}

File Metadata

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

Event Timeline