Add scrutinizer config file
This commit is contained in:
58
.scrutinizer.yml
Normal file
58
.scrutinizer.yml
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
filter:
|
||||||
|
excluded_paths:
|
||||||
|
- 'vendor/*'
|
||||||
|
- 'tests/*'
|
||||||
|
- 'bin/*'
|
||||||
|
- 'library/*'
|
||||||
|
paths: { }
|
||||||
|
tools:
|
||||||
|
php_sim:
|
||||||
|
enabled: true
|
||||||
|
min_mass: 16
|
||||||
|
filter:
|
||||||
|
excluded_paths:
|
||||||
|
- 'vendor/*'
|
||||||
|
- 'tests/*'
|
||||||
|
- 'bin/*'
|
||||||
|
- 'library/*'
|
||||||
|
paths: { }
|
||||||
|
php_pdepend:
|
||||||
|
enabled: true
|
||||||
|
configuration_file: null
|
||||||
|
suffixes:
|
||||||
|
- php
|
||||||
|
excluded_dirs: { }
|
||||||
|
filter:
|
||||||
|
excluded_paths:
|
||||||
|
- 'vendor/*'
|
||||||
|
- 'tests/*'
|
||||||
|
- 'bin/*'
|
||||||
|
- 'library/*'
|
||||||
|
paths: { }
|
||||||
|
php_analyzer:
|
||||||
|
enabled: true
|
||||||
|
extensions:
|
||||||
|
- php
|
||||||
|
dependency_paths: { }
|
||||||
|
filter:
|
||||||
|
excluded_paths:
|
||||||
|
- 'vendor/*'
|
||||||
|
- 'tests/*'
|
||||||
|
- 'bin/*'
|
||||||
|
- 'library/*'
|
||||||
|
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/*'
|
||||||
|
- 'bin/*'
|
||||||
|
- 'library/*'
|
||||||
|
paths: { }
|
||||||
Reference in New Issue
Block a user