From: Vivek Ghaisas Date: Tue, 25 Aug 2015 20:27:41 +0000 (+0530) Subject: Ignore languages/messages/Messages*.php in line length sniff X-Git-Tag: 1.31.0-rc.0~10194 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=d92472373234d3de235c6fed001f902b5b7717b3;p=lhc%2Fweb%2Fwiklou.git Ignore languages/messages/Messages*.php in line length sniff Most of these files have very long lines, but that makes them easier to read. Also, they're generated from a script. It's probably a better idea to ignore their lengths than to change the lengths. Bug: T103806 Change-Id: Ic6860520e4cc76f93aa13c364aae11cf14f279d0 --- diff --git a/phpcs.xml b/phpcs.xml index 7f1bcedcc3..36ad39479a 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -4,6 +4,9 @@ . + + */languages/messages/Messages*.php + node_modules vendor extensions