Skip to content

Commit

Permalink
Updates .scrutinizer.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Nov 8, 2019
1 parent 06e855d commit f2d2a75
Showing 1 changed file with 25 additions and 18 deletions.
43 changes: 25 additions & 18 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
filter:
excluded_paths: [tests/*]
excluded_paths: [tests/*]

build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run

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:
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

tools:
external_code_coverage:
timeout: 600
runs: 4
external_code_coverage:
timeout: 600
runs: 4

0 comments on commit f2d2a75

Please sign in to comment.