diff --git a/.codeclimate.yml b/.codeclimate.yml index ac4ffe2374..629529d74c 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -27,8 +27,10 @@ ratings: - '**.css' exclude_paths: +- cli-config.php - app/cache/ - app/logs/ +- app/config/ - app/Migrations/ - app/Resources/ - main/admin/db.php diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 63bb3519bf..2e4ebb8bbd 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -125,8 +125,10 @@ coding_style: filter: excluded_paths: + - 'cli-config.php' - 'app/cache/*' - 'app/logs/*' + - 'app/config/*' - 'documentation/*' - 'app/Migrations/*' - 'app/Resources/*'