Update scrutinizer.yml

This commit is contained in:
Frederic Guillot 2015-04-03 18:41:34 -04:00
parent 5a29cccc95
commit 68df40b00a
1 changed files with 2 additions and 53 deletions

View File

@ -2,57 +2,6 @@ filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/Schema/*'
- 'app/Template/*'
- 'scripts/*'
paths: { }
tools:
php_sim:
enabled: true
min_mass: 16
filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/Template/*'
- 'scripts/*'
paths: { }
php_pdepend:
enabled: true
configuration_file: null
suffixes:
- php
excluded_dirs: { }
filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/Template/*'
- 'scripts/*'
paths: { }
php_analyzer:
enabled: true
extensions:
- php
dependency_paths: { }
filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/Template/*'
- 'scripts/*'
paths: { }
path_configs: { }
php_changetracking:
enabled: true
bug_patterns:
- '\bfix(?:es|ed)?\b'
feature_patterns:
- '\badd(?:s|ed)?\b'
- '\bimplement(?:s|ed)?\b'
filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/Template/*'
- 'scripts/*'
paths: { }
- 'scripts/*'