Update scrutinizer.yml
This commit is contained in:
@@ -2,57 +2,6 @@ filter:
|
|||||||
excluded_paths:
|
excluded_paths:
|
||||||
- 'vendor/*'
|
- 'vendor/*'
|
||||||
- 'tests/*'
|
- 'tests/*'
|
||||||
|
- 'app/Schema/*'
|
||||||
- 'app/Template/*'
|
- 'app/Template/*'
|
||||||
- 'scripts/*'
|
- '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: { }
|
|
||||||
Reference in New Issue
Block a user