From 88ffd6d422e46443a679da76d3759a3ebf8f0489 Mon Sep 17 00:00:00 2001 From: Vivek Ghaisas Date: Thu, 10 Sep 2015 02:42:15 +0530 Subject: [PATCH] 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 --- phpcs.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpcs.xml b/phpcs.xml index 7076f60017..9410d89346 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -8,6 +8,11 @@ + + + + + . -- 2.20.1