Skip to content

Commit

Permalink
Create .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhowland committed Feb 5, 2019
1 parent 10b106f commit 3ce414b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
build:
nodes:
analysis:
project_setup:
override: true
tests:
override: [php-scrutinizer-run]

filter:
excluded_paths: [tests/*]

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

tools:
external_code_coverage:
timeout: 600
runs: 3

0 comments on commit 3ce414b

Please sign in to comment.