From c4d6aaeef32a2c4c931eb53452cab3f26f28d2b9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 12 Aug 2016 16:06:27 +0200 Subject: [PATCH] Extend scrutinizer config. --- .scrutinizer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index d244d86e35..3cd5e689b7 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -4,3 +4,4 @@ tools: filter: excluded_paths: - app/Support/Migration/* + - app/database/migrations/*