1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 00:38:51 +02:00

Modernize .arclint file.

Summary:
Update the `.arclint` file after D9576, D9590 and D9112.

Depends on D9576, D9590.

Test Plan: Eyeball it.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9593
This commit is contained in:
Joshua Spence 2014-06-18 02:59:16 +10:00
parent dde6d2491c
commit ee2563c620

View file

@ -26,7 +26,7 @@
"(^externals/JsShrink/)",
"(^webroot/rsrc/externals/raphael/)"
],
"flags": ["--config=support/jshint/jshintconfig"]
"jshint.jshintrc": "support/jshint/jshintconfig"
},
"generated": {
"type": "generated"
@ -71,10 +71,7 @@
"include": "(\\.php$)",
"severity": {
"16": "advice",
"29": "warning",
"31": "error",
"34": "error",
"35": "error"
"34": "error"
},
"xhpast.naminghook": "PhabricatorSymbolNameLinter"
}