From 50cfa0f8888759fc9f9506c9a13bca1a8d8356fa Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 26 Mar 2014 21:12:40 -0400 Subject: [PATCH] Update scrutinizer config, again --- .scrutinizer.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 049d57a..a1e86dc 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -18,8 +18,7 @@ tools: php_loc: true php_analyzer: config: - doc_comment_fixes: + metrics_lack_of_cohesion_methods: enabled: true - - #HHVM static analysis - php_hhvm: true \ No newline at end of file + doc_comment_fixes: + enabled: true \ No newline at end of file