From 4e4ab36f0645c685490373d3292789bfa831c5aa Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Fri, 13 Nov 2015 07:09:12 +1100 Subject: [PATCH] Apply phutil XHPAST linter standard Summary: Depends on D13867. Test Plan: N/A Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14472 --- .arclint | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.arclint b/.arclint index 0077bdf518..1b5b63976a 100644 --- a/.arclint +++ b/.arclint @@ -57,13 +57,6 @@ "type": "phutil-library", "include": "(\\.php$)" }, - "phutil-xhpast": { - "type": "phutil-xhpast", - "include": "(\\.php$)", - "phutil-xhpast.deprecated.functions": { - "phutil_escape_html": "The phutil_escape_html() function is deprecated. Raw strings passed to phutil_tag() or hsprintf() are escaped automatically." - } - }, "spelling": { "type": "spelling" }, @@ -73,15 +66,7 @@ "xhpast": { "type": "xhpast", "include": "(\\.php$)", - "severity": { - "16": "advice", - "34": "error" - }, - "xhpast.blacklisted.function": { - "eval": "The eval() function should be avoided. It is potentially unsafe and makes debugging more difficult." - }, - "xhpast.php-version": "5.2.3", - "xhpast.php-version.windows": "5.3.0" + "standard": "phutil.xhpast" } } }