From 05f2e1e05c1098210f850910457340aaf91c1e0a Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Fri, 14 Mar 2014 08:54:33 +1000 Subject: [PATCH] First cut at scrutinizer config --- .scrutinizer.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 000000000..1b5d093e5 --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,7 @@ +# .scrutinizer.yml +imports: + - javascript + - php + +filter: + excluded_paths: [html/includes/jpgraph/*]