63 lines
1.4 KiB
YAML
63 lines
1.4 KiB
YAML
filter:
|
|
excluded_paths:
|
|
- 'vendor/*'
|
|
- 'tests/*'
|
|
- 'app/*'
|
|
- 'bin/*'
|
|
- 'library/*'
|
|
paths: { }
|
|
tools:
|
|
external_code_coverage: true
|
|
php_analyzer:
|
|
enabled: true
|
|
extensions:
|
|
- php
|
|
filter:
|
|
excluded_paths:
|
|
- 'vendor/*'
|
|
- 'tests/*'
|
|
- 'app/*'
|
|
- 'bin/*'
|
|
- 'library/*'
|
|
paths: { }
|
|
path_configs: { }
|
|
php_cpd:
|
|
enabled: true
|
|
excluded_dirs: { }
|
|
names:
|
|
- '*.php'
|
|
min_lines: 5
|
|
min_tokens: 70
|
|
filter:
|
|
excluded_paths:
|
|
- 'vendor/*'
|
|
- 'tests/*'
|
|
- 'app/*'
|
|
- 'bin/*'
|
|
- 'library/*'
|
|
paths: { }
|
|
php_pdepend:
|
|
enabled: true
|
|
configuration_file: null
|
|
suffixes:
|
|
- php
|
|
excluded_dirs: { }
|
|
filter:
|
|
excluded_paths:
|
|
- 'vendor/*'
|
|
- 'tests/*'
|
|
- 'app/*'
|
|
- 'bin/*'
|
|
- 'library/*'
|
|
paths: { }
|
|
changetracking:
|
|
bug_patterns:
|
|
- '\bfix(?:es|ed)?\b'
|
|
feature_patterns:
|
|
- '\badd(?:s|ed)?\b'
|
|
- '\bimplement(?:s|ed)?\b'
|
|
before_commands: { }
|
|
after_commands: { }
|
|
artifacts: { }
|
|
build_failure_conditions: { }
|