From 8a13c241cc907719268ca4be023a9bd12603d185 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 13 Oct 2017 12:50:02 +0200 Subject: [PATCH] Update styleci config --- .styleci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.styleci.yml b/.styleci.yml index fd0650816..0a3c98f43 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -13,4 +13,6 @@ finder: - "docs" - "public/themes" - "libs" - - "resources" \ No newline at end of file + - "resources" + - "database/migrations" + - "database/seeds" \ No newline at end of file