2014-05-12 04:33:40 +02:00
|
|
|
{
|
|
|
|
"exclude": [
|
2015-04-07 10:09:26 +02:00
|
|
|
"(^externals/)"
|
2014-05-12 04:33:40 +02:00
|
|
|
],
|
|
|
|
"linters": {
|
2014-05-19 03:10:12 +02:00
|
|
|
"chmod": {
|
|
|
|
"type": "chmod"
|
|
|
|
},
|
2014-05-12 04:33:40 +02:00
|
|
|
"filename": {
|
|
|
|
"type": "filename"
|
|
|
|
},
|
|
|
|
"generated": {
|
|
|
|
"type": "generated"
|
|
|
|
},
|
2014-06-22 17:55:48 +02:00
|
|
|
"json": {
|
|
|
|
"type": "json",
|
|
|
|
"include": [
|
|
|
|
"(^resources/arclint/.*\\.arclint\\.example$)",
|
|
|
|
"(^\\.arcconfig$)",
|
|
|
|
"(^\\.arclint$)",
|
|
|
|
"(\\.json$)"
|
|
|
|
]
|
|
|
|
},
|
2014-05-12 04:33:40 +02:00
|
|
|
"merge-conflict": {
|
|
|
|
"type": "merge-conflict"
|
|
|
|
},
|
|
|
|
"nolint": {
|
|
|
|
"type": "nolint"
|
|
|
|
},
|
2014-05-12 14:06:04 +02:00
|
|
|
"phutil-library": {
|
|
|
|
"type": "phutil-library",
|
|
|
|
"include": "(\\.php$)"
|
|
|
|
},
|
2014-05-12 04:33:40 +02:00
|
|
|
"spelling": {
|
2014-06-09 20:36:00 +02:00
|
|
|
"type": "spelling",
|
2015-01-26 20:58:36 +01:00
|
|
|
"exclude": "(^resources/spelling/.*\\.json$)"
|
2014-05-12 04:33:40 +02:00
|
|
|
},
|
2014-07-02 22:44:36 +02:00
|
|
|
"text": {
|
2020-02-12 23:24:11 +01:00
|
|
|
"type": "text",
|
|
|
|
"exclude": [
|
2020-04-07 18:47:35 +02:00
|
|
|
"(^src/(.*/)?__tests__/[^/]+/.*\\.(txt|json|expect)|/Makefile\\z)"
|
2020-02-12 23:24:11 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"text-without-length": {
|
|
|
|
"type": "text",
|
|
|
|
"include": [
|
|
|
|
"(^src/(.*/)?__tests__/[^/]+/.*\\.(txt|json|expect))"
|
|
|
|
],
|
|
|
|
"severity": {
|
|
|
|
"3": "disabled"
|
|
|
|
}
|
2014-07-02 22:44:36 +02:00
|
|
|
},
|
2020-04-07 18:47:35 +02:00
|
|
|
"text-without-tabs": {
|
|
|
|
"type": "text",
|
|
|
|
"include": [
|
|
|
|
"(/Makefile\\z)"
|
|
|
|
],
|
|
|
|
"severity": {
|
|
|
|
"2": "disabled"
|
|
|
|
}
|
|
|
|
},
|
2014-05-12 04:33:40 +02:00
|
|
|
"xhpast": {
|
|
|
|
"type": "xhpast",
|
|
|
|
"include": "(\\.php$)",
|
2020-04-08 17:38:52 +02:00
|
|
|
"standard": "phutil.xhpast",
|
|
|
|
"xhpast.php-version": "5.5.0"
|
2014-05-12 04:33:40 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|