From bd1a9e3be96c47bf6622bf4178e9418b317cfbec Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Fri, 14 Mar 2014 10:36:03 +1000 Subject: [PATCH] More scrutinizer ignores - let's hope this works --- .scrutinizer.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 9478c1283..f3d724154 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -4,4 +4,13 @@ imports: - php filter: - excluded_paths: [html/includes/jpgraph/*, 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/*, + + ]