Page MenuHomeCode

.arclint
No OneTemporary

.arclint

{
"exclude": [
"(^vendor/)",
"(^apps/)",
"(^includes/Smarty)",
"(^js/dojo/)",
"(^js/FCKeditor/)",
"(^js/jquery.*)"
],
"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": [
"(^controllers/.*\\.php$)",
"(^includes/.*\\.php$)",
"(^dev/tests/.*\\.php$)",
"(^api\\.php$)",
"(^cron\\.php$)",
"(^do\\.php$)",
"(^index\\.php$)"
]
},
"spelling": {
"type": "spelling"
},
"xml": {
"type": "xml",
"include": "(\\.xml$)"
}
}
}

File Metadata

Mime Type
application/json
Expires
Sat, Feb 22, 20:24 (1 d, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21279
Default Alt Text
.arclint (1 KB)

Event Timeline