Browse Source

Minor - Exclude app/Migrations/ from Scrutinizer list as suggestion from Scrutinizer's team

Yannick Warnier 8 years ago
parent
commit
fb34adb2f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .scrutinizer.yml

+ 1 - 0
.scrutinizer.yml

@@ -21,6 +21,7 @@ filter:
         - web/*
         - vendor/*
         - main/admin/db.php
+        - app/Migrations/*
 checks:
     php:
         code_rating: true