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": {
|
2020-02-12 14:24:11 -08:00
|
|
|
"type": "text",
|
|
|
|
"exclude": [
|
2020-04-07 09:47:35 -07:00
|
|
|
"(^src/(.*/)?__tests__/[^/]+/.*\\.(txt|json|expect)|/Makefile\\z)"
|
2020-02-12 14:24:11 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"text-without-length": {
|
|
|
|
"type": "text",
|
|
|
|
"include": [
|
|
|
|
"(^src/(.*/)?__tests__/[^/]+/.*\\.(txt|json|expect))"
|
|
|
|
],
|
|
|
|
"severity": {
|
|
|
|
"3": "disabled"
|
|
|
|
}
|
2014-07-03 06:44:36 +10:00
|
|
|
},
|
2020-04-07 09:47:35 -07:00
|
|
|
"text-without-tabs": {
|
|
|
|
"type": "text",
|
|
|
|
"include": [
|
|
|
|
"(/Makefile\\z)"
|
|
|
|
],
|
|
|
|
"severity": {
|
|
|
|
"2": "disabled"
|
|
|
|
}
|
|
|
|
},
|
2014-05-11 19:33:40 -07:00
|
|
|
"xhpast": {
|
|
|
|
"type": "xhpast",
|
|
|
|
"include": "(\\.php$)",
|
2020-04-08 08:38:52 -07:00
|
|
|
"standard": "phutil.xhpast",
|
|
|
|
"xhpast.php-version": "5.5.0"
|
2014-05-11 19:33:40 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|