2014-05-12 04:33:40 +02:00
|
|
|
{
|
|
|
|
"exclude": [
|
|
|
|
"(^externals/)",
|
|
|
|
"(\\.lint-test$)"
|
|
|
|
],
|
|
|
|
"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-07-02 22:44:36 +02:00
|
|
|
"phutil-xhpast": {
|
|
|
|
"type": "phutil-xhpast",
|
|
|
|
"include": "(\\.php$)"
|
2014-05-12 04:33:40 +02:00
|
|
|
},
|
|
|
|
"spelling": {
|
2014-06-09 20:36:00 +02:00
|
|
|
"type": "spelling",
|
|
|
|
"exclude": [
|
|
|
|
"(^src/lint/linter/spelling/ArcanistSpellingDefaultData\\.php$)"
|
|
|
|
]
|
2014-05-12 04:33:40 +02:00
|
|
|
},
|
2014-07-02 22:44:36 +02:00
|
|
|
"text": {
|
|
|
|
"type": "text"
|
|
|
|
},
|
2014-05-12 04:33:40 +02:00
|
|
|
"xhpast": {
|
|
|
|
"type": "xhpast",
|
|
|
|
"include": "(\\.php$)",
|
|
|
|
"severity": {
|
|
|
|
"16": "advice",
|
2014-06-17 18:41:28 +02:00
|
|
|
"34": "error"
|
|
|
|
},
|
|
|
|
"xhpast.php-version": "5.2.3",
|
|
|
|
"xhpast.php-version.windows": "5.3.0"
|
2014-05-12 04:33:40 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|