1
0
Fork 0
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:
Joshua Spence 2014-06-18 02:59:16 +10:00
parent dde6d2491c
commit ee2563c620

View file

@ -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"
} }