From ee2563c620d51b3a00f979d2f96981c2f6553122 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Wed, 18 Jun 2014 02:59:16 +1000 Subject: [PATCH] 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 --- .arclint | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.arclint b/.arclint index ca8cf1fb86..94c7d4f143 100644 --- a/.arclint +++ b/.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" }