From 586d7d7a93218453600356dd8cd1c4af44c23892 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sat, 29 Mar 2014 08:17:32 +1000 Subject: [PATCH] Trying to fix scrutinizer; I hate non-freeform grammars --- .scrutinizer.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index d8a74462b..0fbc21b1c 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -4,13 +4,4 @@ imports: - php filter: - excluded_paths: [ - -html/includes/jpgraph/*, -html/js/jquery.cycle.all.js, -html/js/jquery-ui-timepicker-addon.js, -html/js/sorttable.js, -html/js/tw-sack.js, -includes/phpmailer/* - - ] + excluded_paths: [ html/includes/jpgraph/*, html/js/jquery.cycle.all.js, html/js/jquery-ui-timepicker-addon.js, html/js/sorttable.js, html/js/tw-sack.js, includes/phpmailer/* ]