From 676f432d2d08b687d3688e30735413dc20fd0d4b Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 15 Jul 2014 11:09:05 -0400 Subject: [PATCH] Add final phpci config --- phpci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpci.yml b/phpci.yml index ad6dc9e..f0fb4a3 100644 --- a/phpci.yml +++ b/phpci.yml @@ -19,4 +19,7 @@ test: php_loc: php_mess_detector: allow_failures: true + rules: + - "unusedcode" + - "naming" complete: \ No newline at end of file