pull/2487/head
jmontoyaa 9 years ago
parent eccf89ae5c
commit cc74cb2e2e
  1. 2
      .codeclimate.yml
  2. 2
      .scrutinizer.yml

@ -27,8 +27,10 @@ ratings:
- '**.css' - '**.css'
exclude_paths: exclude_paths:
- cli-config.php
- app/cache/ - app/cache/
- app/logs/ - app/logs/
- app/config/
- app/Migrations/ - app/Migrations/
- app/Resources/ - app/Resources/
- main/admin/db.php - main/admin/db.php

@ -125,8 +125,10 @@ coding_style:
filter: filter:
excluded_paths: excluded_paths:
- 'cli-config.php'
- 'app/cache/*' - 'app/cache/*'
- 'app/logs/*' - 'app/logs/*'
- 'app/config/*'
- 'documentation/*' - 'documentation/*'
- 'app/Migrations/*' - 'app/Migrations/*'
- 'app/Resources/*' - 'app/Resources/*'

Loading…
Cancel
Save