From: Brad Jorsch Date: Tue, 22 Nov 2016 18:12:38 +0000 (-0500) Subject: Have phpcs skip local configuration files X-Git-Tag: 1.31.0-rc.0~4796 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=a46ab3d9eddbd3588e0d125c4aab7a518847f8a2;p=lhc%2Fweb%2Fwiklou.git Have phpcs skip local configuration files There's little point in phpcs checking LocalSettings.php or the other *.php files in .gitignore. Change-Id: Ibea15a3f3a7bfe2571e253ba9e19c1d91dfddeff --- diff --git a/phpcs.xml b/phpcs.xml index edce2ea267..4693b42eb5 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -31,4 +31,7 @@ ^extensions/ ^skins/ .git + AdminSettings.php + LocalSettings.php + StartProfiler.php