Add ignoreList for valid global variable name sniff in phpcs.xml
authorVivek Ghaisas <v.a.ghaisas@gmail.com>
Thu, 10 Sep 2015 05:29:32 +0000 (10:59 +0530)
committerVivek Ghaisas <v.a.ghaisas@gmail.com>
Sat, 26 Sep 2015 21:49:46 +0000 (03:19 +0530)
commitc11efd3d959aa5b1249d09c6556dd2caaf1c3ce8
tree16ea64c701ce52be69e9955ef0a74f86908800f8
parent88ffd6d422e46443a679da76d3759a3ebf8f0489
Add ignoreList for valid global variable name sniff in phpcs.xml

The list of variables to ignore was hardcoded in the sniff. Moving it to
the phpcs.xml file allows setting it on a per-project basis, and hence,
should be set in core's phpcs.xml.

Bug: T104501
Change-Id: I6909b1d3845ba72d867fe01e86bd4a8f6bef198f
phpcs.xml