2014-05-11 19:33:40 -07:00
|
|
|
{
|
|
|
|
"exclude": [
|
|
|
|
"(^externals/)",
|
|
|
|
"(\\.lint-test$)"
|
|
|
|
],
|
|
|
|
"linters": {
|
2014-05-18 18:10:12 -07:00
|
|
|
"chmod": {
|
|
|
|
"type": "chmod"
|
|
|
|
},
|
2014-05-11 19:33:40 -07:00
|
|
|
"filename": {
|
|
|
|
"type": "filename"
|
|
|
|
},
|
|
|
|
"generated": {
|
|
|
|
"type": "generated"
|
|
|
|
},
|
2014-06-23 01:55:48 +10:00
|
|
|
"json": {
|
|
|
|
"type": "json",
|
|
|
|
"include": [
|
|
|
|
"(^resources/arclint/.*\\.arclint\\.example$)",
|
|
|
|
"(^\\.arcconfig$)",
|
|
|
|
"(^\\.arclint$)",
|
|
|
|
"(\\.json$)"
|
|
|
|
]
|
|
|
|
},
|
2014-05-11 19:33:40 -07:00
|
|
|
"merge-conflict": {
|
|
|
|
"type": "merge-conflict"
|
|
|
|
},
|
|
|
|
"nolint": {
|
|
|
|
"type": "nolint"
|
|
|
|
},
|
2014-05-12 05:06:04 -07:00
|
|
|
"phutil-library": {
|
|
|
|
"type": "phutil-library",
|
|
|
|
"include": "(\\.php$)"
|
|
|
|
},
|
2014-07-03 06:44:36 +10:00
|
|
|
"phutil-xhpast": {
|
|
|
|
"type": "phutil-xhpast",
|
|
|
|
"include": "(\\.php$)"
|
2014-05-11 19:33:40 -07:00
|
|
|
},
|
|
|
|
"spelling": {
|
2014-06-09 11:36:00 -07:00
|
|
|
"type": "spelling",
|
2014-07-04 08:18:33 +10:00
|
|
|
"exclude": "(resources/spelling/.*\\.json$)"
|
2014-05-11 19:33:40 -07:00
|
|
|
},
|
2014-07-03 06:44:36 +10:00
|
|
|
"text": {
|
|
|
|
"type": "text"
|
|
|
|
},
|
2014-05-11 19:33:40 -07:00
|
|
|
"xhpast": {
|
|
|
|
"type": "xhpast",
|
|
|
|
"include": "(\\.php$)",
|
|
|
|
"severity": {
|
|
|
|
"16": "advice",
|
2014-06-18 02:41:28 +10:00
|
|
|
"34": "error"
|
|
|
|
},
|
|
|
|
"xhpast.php-version": "5.2.3",
|
|
|
|
"xhpast.php-version.windows": "5.3.0"
|
2014-05-11 19:33:40 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|