Skip to content

Commit

Permalink
Update scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Apr 3, 2015
1 parent 5a29ccc commit 68df40b
Showing 1 changed file with 2 additions and 53 deletions.
55 changes: 2 additions & 53 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,6 @@ filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/Schema/*'
- 'app/Template/*'
- '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: { }
- 'scripts/*'

0 comments on commit 68df40b

Please sign in to comment.