Skip to content

Commit

Permalink
update .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
polidog committed Dec 25, 2014
1 parent 99bbcac commit cc1a0c9
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
filter:
excluded_paths: { }
paths:
- 'src/*'
tools:
php_cpd:
enabled: true
excluded_dirs: { }
names:
- '*.php'
min_lines: 5
min_tokens: 70
filter:
excluded_paths: { }
paths:
- 'src/*'
php_pdepend:
excluded_dirs:
- vendor
enabled: true
configuration_file: null
suffixes:
- php
filter:
excluded_paths: { }
paths:
- 'src/*'
php_changetracking:
enabled: true
bug_patterns:
- '\bfix(?:es|ed)?\b'
feature_patterns:
- '\badd(?:s|ed)?\b'
- '\bimplement(?:s|ed)?\b'
filter:
excluded_paths: { }
paths:
- 'src/*'
build_failure_conditions: { }
_force_disabled: { }
application:
type: none

0 comments on commit cc1a0c9

Please sign in to comment.