Encore scrutinizer

This commit is contained in:
fufroma 2014-03-21 15:33:54 +01:00
parent db79d3d9cd
commit d20227a44e
1 changed files with 8 additions and 9 deletions

View File

@ -1,7 +1,3 @@
tools:
php_analyzer: true
external_code_coverage: true
filter: filter:
excluded_paths: excluded_paths:
- 'vendor/*' - 'vendor/*'
@ -11,6 +7,7 @@ filter:
- 'library/*' - 'library/*'
paths: { } paths: { }
tools: tools:
external_code_coverage: true
php_analyzer: php_analyzer:
enabled: true enabled: true
extensions: extensions:
@ -26,14 +23,11 @@ tools:
path_configs: { } path_configs: { }
php_cpd: php_cpd:
enabled: true enabled: true
external_code_coverage:
enabled: true
excluded_dirs: { } excluded_dirs: { }
names: names:
- '*.php' - '*.php'
min_lines: 5 min_lines: 5
min_tokens: 70 min_tokens: 70
timeout: 300
filter: filter:
excluded_paths: excluded_paths:
- 'vendor/*' - 'vendor/*'
@ -56,8 +50,13 @@ tools:
- 'bin/*' - 'bin/*'
- 'library/*' - 'library/*'
paths: { } paths: { }
excluded_paths: { }
changetracking: changetracking:
bug_patterns: bug_patterns:
- '\bfix(?:es|ed)?\b' - '\bfix(?:es|ed)?\b'
feature_patterns:
- '\badd(?:s|ed)?\b'
- '\bimplement(?:s|ed)?\b'
before_commands: { }
after_commands: { }
artifacts: { }
build_failure_conditions: { }