Page MenuHomeIn-Portal Phabricator

.arclint
No OneTemporary

File Metadata

Created
Sat, May 3, 7:26 PM

.arclint

{
"linters": {
"php-lint": {
"type": "php",
"include": "(\\.php$)"
},
"checkstyle": {
"type": "phpcs",
"include": "(\\.php$)",
"phpcs.standard": "vendor/aik099/coding-standard/CodingStandard"
}
}
}

Event Timeline