From d92472373234d3de235c6fed001f902b5b7717b3 Mon Sep 17 00:00:00 2001 From: Vivek Ghaisas Date: Wed, 26 Aug 2015 01:57:41 +0530 Subject: [PATCH] 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 --- phpcs.xml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.20.1