mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +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/)",
|
||||
"(^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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue