2014-05-11 19:33:40 -07:00
|
|
|
{
|
|
|
|
"exclude": [
|
2015-04-07 18:09:26 +10:00
|
|
|
"(^externals/)"
|
2014-05-11 19:33:40 -07:00
|
|
|
],
|
|
|
|
"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-05-11 19:33:40 -07:00
|
|
|
"spelling": {
|
2014-06-09 11:36:00 -07:00
|
|
|
"type": "spelling",
|
2015-01-27 06:58:36 +11:00
|
|
|
"exclude": "(^resources/spelling/.*\\.json$)"
|
2014-05-11 19:33:40 -07:00
|
|
|
},
|
2014-07-03 06:44:36 +10:00
|
|
|
"text": {
|
2015-04-07 18:09:26 +10:00
|
|
|
"type": "text"
|
2014-07-03 06:44:36 +10:00
|
|
|
},
|
2014-05-11 19:33:40 -07:00
|
|
|
"xhpast": {
|
|
|
|
"type": "xhpast",
|
|
|
|
"include": "(\\.php$)",
|
2015-11-13 07:07:52 +11:00
|
|
|
"standard": "phutil.xhpast"
|
2014-05-11 19:33:40 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|