From c11efd3d959aa5b1249d09c6556dd2caaf1c3ce8 Mon Sep 17 00:00:00 2001 From: Vivek Ghaisas Date: Thu, 10 Sep 2015 10:59:32 +0530 Subject: [PATCH] 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpcs.xml b/phpcs.xml index 9410d89346..f76e0e48aa 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -13,6 +13,11 @@ + + + + + . -- 2.20.1