From 4ad4252a772f8d34f72237254ca1c53d67a5c9e5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 17 Sep 2016 07:10:29 +0200 Subject: [PATCH] Extend exclude path. Trigger a new inspection. --- .scrutinizer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 3cd5e689b7..b2245b4a46 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -5,3 +5,4 @@ filter: excluded_paths: - app/Support/Migration/* - app/database/migrations/* + - database/migrations/*