From: Vivek Ghaisas Date: Wed, 9 Sep 2015 21:12:15 +0000 (+0530) Subject: Add ignoreList for prefixed functions sniff in phpcs.xml X-Git-Tag: 1.31.0-rc.0~9770^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=88ffd6d422e46443a679da76d3759a3ebf8f0489;p=lhc%2Fweb%2Fwiklou.git Add ignoreList for prefixed functions sniff in phpcs.xml Certain unprefixed global functions have been in the codebase from a long time and prefixing them could cause errors. The prefixed functions sniff allows an ignoreList to be set in phpcs.xml. Bug: T104501 Change-Id: Ie094f78781b2d6f7af1a0f1eea1f7ea4d0b9c69c --- diff --git a/phpcs.xml b/phpcs.xml index 7076f60017..9410d89346 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -8,6 +8,11 @@ + + + + + .