From 87316cf7c14a2651a224d20a6485a3517c1e4c49 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 2 Jan 2017 09:09:37 +0100 Subject: [PATCH] Include local JS directory. [skip ci] --- .scrutinizer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 20a1c3551b..02bb0d0f4a 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -4,6 +4,7 @@ tools: filter: paths: - app/* + - public/js/ff/* excluded_paths: - "database/migrations/*" - "bootstrap/*"