mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01: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:
parent
dde6d2491c
commit
ee2563c620
1 changed files with 2 additions and 5 deletions
7
.arclint
7
.arclint
|
@ -26,7 +26,7 @@
|
||||||
"(^externals/JsShrink/)",
|
"(^externals/JsShrink/)",
|
||||||
"(^webroot/rsrc/externals/raphael/)"
|
"(^webroot/rsrc/externals/raphael/)"
|
||||||
],
|
],
|
||||||
"flags": ["--config=support/jshint/jshintconfig"]
|
"jshint.jshintrc": "support/jshint/jshintconfig"
|
||||||
},
|
},
|
||||||
"generated": {
|
"generated": {
|
||||||
"type": "generated"
|
"type": "generated"
|
||||||
|
@ -71,10 +71,7 @@
|
||||||
"include": "(\\.php$)",
|
"include": "(\\.php$)",
|
||||||
"severity": {
|
"severity": {
|
||||||
"16": "advice",
|
"16": "advice",
|
||||||
"29": "warning",
|
"34": "error"
|
||||||
"31": "error",
|
|
||||||
"34": "error",
|
|
||||||
"35": "error"
|
|
||||||
},
|
},
|
||||||
"xhpast.naminghook": "PhabricatorSymbolNameLinter"
|
"xhpast.naminghook": "PhabricatorSymbolNameLinter"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue