From: Vivek Ghaisas Date: Thu, 10 Sep 2015 05:29:32 +0000 (+0530) Subject: Add ignoreList for valid global variable name sniff in phpcs.xml X-Git-Tag: 1.31.0-rc.0~9769^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=c11efd3d959aa5b1249d09c6556dd2caaf1c3ce8;p=lhc%2Fweb%2Fwiklou.git 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 --- diff --git a/phpcs.xml b/phpcs.xml index 9410d89346..f76e0e48aa 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -13,6 +13,11 @@ + + + + + .