2014-05-12 13:47:24 +02:00
|
|
|
{
|
|
|
|
"exclude": [
|
|
|
|
"(^externals/)",
|
2014-06-23 19:10:15 +02:00
|
|
|
"(^webroot/rsrc/externals/)",
|
2014-06-11 01:39:16 +02:00
|
|
|
"(/__tests__/data/)"
|
2014-05-12 13:47:24 +02:00
|
|
|
],
|
|
|
|
"linters": {
|
2014-05-19 03:09:33 +02:00
|
|
|
"chmod": {
|
|
|
|
"type": "chmod"
|
|
|
|
},
|
2014-05-12 13:47:24 +02:00
|
|
|
"filename": {
|
|
|
|
"type": "filename"
|
|
|
|
},
|
2014-07-02 22:49:24 +02:00
|
|
|
"generated": {
|
|
|
|
"type": "generated"
|
|
|
|
},
|
2014-05-12 13:47:24 +02:00
|
|
|
"javelin": {
|
|
|
|
"type": "javelin",
|
|
|
|
"include": "(\\.js$)",
|
|
|
|
"exclude": [
|
2014-07-02 22:49:24 +02:00
|
|
|
"(^support/aphlict/)"
|
2014-05-12 13:47:24 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"jshint": {
|
|
|
|
"type": "jshint",
|
|
|
|
"include": "(\\.js$)",
|
2014-07-16 14:07:55 +02:00
|
|
|
"jshint.jshintrc": "support/lint/jshintrc"
|
2014-05-12 13:47:24 +02:00
|
|
|
},
|
2014-06-22 17:55:42 +02:00
|
|
|
"json": {
|
|
|
|
"type": "json",
|
|
|
|
"include": [
|
2014-06-23 20:26:06 +02:00
|
|
|
"(^src/docs/book/.*\\.book$)",
|
2014-07-16 14:07:55 +02:00
|
|
|
"(^support/lint/jshintrc$)",
|
2014-06-22 17:55:42 +02:00
|
|
|
"(^\\.arcconfig$)",
|
|
|
|
"(^\\.arclint$)",
|
|
|
|
"(\\.json$)"
|
|
|
|
]
|
|
|
|
},
|
2014-05-12 13:47:24 +02:00
|
|
|
"merge-conflict": {
|
|
|
|
"type": "merge-conflict"
|
|
|
|
},
|
|
|
|
"nolint": {
|
|
|
|
"type": "nolint"
|
|
|
|
},
|
2014-07-02 22:49:24 +02:00
|
|
|
"phutil-library": {
|
|
|
|
"type": "phutil-library",
|
|
|
|
"include": "(\\.php$)"
|
|
|
|
},
|
2014-05-12 13:47:24 +02:00
|
|
|
"phutil-xhpast": {
|
|
|
|
"type": "phutil-xhpast",
|
|
|
|
"include": "(\\.php$)",
|
|
|
|
"phutil-xhpast.deprecated.functions": {
|
|
|
|
"phutil_escape_html": "The phutil_escape_html() function is deprecated. Raw strings passed to phutil_tag() or hsprintf() are escaped automatically."
|
|
|
|
}
|
|
|
|
},
|
2014-07-02 22:49:24 +02:00
|
|
|
"spelling": {
|
|
|
|
"type": "spelling"
|
2014-05-12 15:01:30 +02:00
|
|
|
},
|
2014-05-12 13:47:24 +02:00
|
|
|
"text": {
|
2014-05-12 15:01:30 +02:00
|
|
|
"type": "text",
|
|
|
|
"exclude": [
|
|
|
|
"(^\\.arclint)"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"text-without-length": {
|
|
|
|
"type": "text",
|
|
|
|
"severity": {
|
|
|
|
"3": "disabled"
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"(^\\.arclint)"
|
|
|
|
]
|
2014-05-12 13:47:24 +02:00
|
|
|
},
|
|
|
|
"xhpast": {
|
|
|
|
"type": "xhpast",
|
|
|
|
"include": "(\\.php$)",
|
|
|
|
"severity": {
|
|
|
|
"16": "advice",
|
2014-06-17 18:59:16 +02:00
|
|
|
"34": "error"
|
2014-05-12 15:01:30 +02:00
|
|
|
},
|
2014-07-02 22:49:24 +02:00
|
|
|
"xhpast.php-version": "5.2.3",
|
|
|
|
"xhpast.php-version.windows": "5.3.0"
|
2014-05-12 13:47:24 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|