Skip to content

Commit

Permalink
update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JanHuang committed Apr 7, 2017
1 parent ab8d037 commit b25dc9c
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
tools:
# external_code_coverage: true
php_mess_detector: true
php_code_sniffer: true
sensiolabs_security_checker: true
# php_code_coverage: true
php_pdepend: true
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
checks:
php:
code_rating: true
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
fix_use_statements:
remove_unused: true
preserve_multiple: false
preserve_blanklines: true
order_alphabetically: true
fix_php_opening_tag: true
fix_linefeed: true
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true
filter:
excluded_paths:
- 'tests/*'
Expand Down

0 comments on commit b25dc9c

Please sign in to comment.