From 9810f8b358a264a2af844ee029cc5498caf51fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Sun, 1 Mar 2015 18:25:05 +0100 Subject: [PATCH] Exclude compiled javascript --- .scrutinizer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 55ffa042..66930310 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -2,6 +2,7 @@ filter: excluded_paths: - '3rdparty/*' - 'js/vendor/*' + - 'js/public/*' imports: - javascript