Add ignoreList for prefixed functions sniff in phpcs.xml
authorVivek Ghaisas <v.a.ghaisas@gmail.com>
Wed, 9 Sep 2015 21:12:15 +0000 (02:42 +0530)
committerVivek Ghaisas <v.a.ghaisas@gmail.com>
Sat, 26 Sep 2015 21:49:46 +0000 (03:19 +0530)
commit88ffd6d422e46443a679da76d3759a3ebf8f0489
treeba47bd5e19dbf40faee1d002335d76b4e14a4e66
parent6953ca099e330e1e64e06333140eea97cc84bd40
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