From a49a8e7f096995e7a3d512e17fad5a4921e5861f Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 25 Sep 2015 10:14:45 -0700 Subject: [PATCH] phpcs: Disable failing sniffs in phpcs.xml This allows us to make PHPCS voting, and enable the failing rules individually when once their issues are fixed. Bug: T102609 Change-Id: I6731d2d07bbd89d424a660ceb7aee4c0392500d3 --- phpcs.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/phpcs.xml b/phpcs.xml index 36ad39479a..f34b274edb 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -1,6 +1,25 @@ - + + + + + + + + + + + + + + + + + + + + . -- 2.20.1