Skip to content

Commit

Permalink
Updated scrutinizer conf
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioBlazek committed Dec 21, 2017
1 parent 632b53e commit d74230b
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions .scritinizer.yml
@@ -1,23 +1,15 @@
filter:
excluded_paths: [tests/*]
paths:
- 'bundle/*'
excluded_paths:
- 'tests/*'
- 'vendor/*'
- 'build/*'
- 'doc/*'

checks:
php:
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
php: true

tools:
external_code_coverage:
timeout: 600
runs: 3
php_analyzer: true
sensiolabs_security_checker: true

0 comments on commit d74230b

Please sign in to comment.