2014-05-12 04:47:24 -07:00
|
|
|
{
|
|
|
|
"exclude": [
|
|
|
|
"(^externals/)",
|
2014-06-24 03:10:15 +10:00
|
|
|
"(^webroot/rsrc/externals/)",
|
2014-06-10 16:39:16 -07:00
|
|
|
"(/__tests__/data/)"
|
2014-05-12 04:47:24 -07:00
|
|
|
],
|
|
|
|
"linters": {
|
2014-05-18 18:09:33 -07:00
|
|
|
"chmod": {
|
|
|
|
"type": "chmod"
|
|
|
|
},
|
2014-05-12 04:47:24 -07:00
|
|
|
"filename": {
|
|
|
|
"type": "filename"
|
|
|
|
},
|
2014-07-03 06:49:24 +10:00
|
|
|
"generated": {
|
|
|
|
"type": "generated"
|
|
|
|
},
|
2014-05-12 04:47:24 -07:00
|
|
|
"javelin": {
|
|
|
|
"type": "javelin",
|
|
|
|
"include": "(\\.js$)",
|
|
|
|
"exclude": [
|
2014-07-03 06:49:24 +10:00
|
|
|
"(^support/aphlict/)"
|
2014-05-12 04:47:24 -07:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"jshint": {
|
|
|
|
"type": "jshint",
|
|
|
|
"include": "(\\.js$)",
|
2014-07-16 22:07:55 +10:00
|
|
|
"jshint.jshintrc": "support/lint/jshintrc"
|
2014-05-12 04:47:24 -07:00
|
|
|
},
|
2014-06-23 01:55:42 +10:00
|
|
|
"json": {
|
|
|
|
"type": "json",
|
|
|
|
"include": [
|
2014-06-24 04:26:06 +10:00
|
|
|
"(^src/docs/book/.*\\.book$)",
|
2014-07-16 22:07:55 +10:00
|
|
|
"(^support/lint/jshintrc$)",
|
2014-06-23 01:55:42 +10:00
|
|
|
"(^\\.arcconfig$)",
|
|
|
|
"(^\\.arclint$)",
|
|
|
|
"(\\.json$)"
|
|
|
|
]
|
|
|
|
},
|
2014-05-12 04:47:24 -07:00
|
|
|
"merge-conflict": {
|
|
|
|
"type": "merge-conflict"
|
|
|
|
},
|
|
|
|
"nolint": {
|
|
|
|
"type": "nolint"
|
|
|
|
},
|
2014-07-03 06:49:24 +10:00
|
|
|
"phutil-library": {
|
|
|
|
"type": "phutil-library",
|
|
|
|
"include": "(\\.php$)"
|
|
|
|
},
|
2014-05-12 04:47:24 -07: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-03 06:49:24 +10:00
|
|
|
"spelling": {
|
|
|
|
"type": "spelling"
|
2014-05-12 06:01:30 -07:00
|
|
|
},
|
2014-05-12 04:47:24 -07:00
|
|
|
"text": {
|
2014-05-12 06:01:30 -07:00
|
|
|
"type": "text",
|
|
|
|
"exclude": [
|
|
|
|
"(^\\.arclint)"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"text-without-length": {
|
|
|
|
"type": "text",
|
|
|
|
"severity": {
|
|
|
|
"3": "disabled"
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"(^\\.arclint)"
|
|
|
|
]
|
2014-05-12 04:47:24 -07:00
|
|
|
},
|
|
|
|
"xhpast": {
|
|
|
|
"type": "xhpast",
|
|
|
|
"include": "(\\.php$)",
|
|
|
|
"severity": {
|
|
|
|
"16": "advice",
|
2014-06-18 02:59:16 +10:00
|
|
|
"34": "error"
|
2014-05-12 06:01:30 -07:00
|
|
|
},
|
2014-07-03 06:49:24 +10:00
|
|
|
"xhpast.php-version": "5.2.3",
|
|
|
|
"xhpast.php-version.windows": "5.3.0"
|
2014-05-12 04:47:24 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|