Commit 6801756b authored by Armando Lüscher's avatar Armando Lüscher

Move scrutinizer config to repository.

parent 0b9e5172
filter:
paths: [src/*]
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: tools:
external_code_coverage: external_code_coverage:
timeout: 600 timeout: 600
filter:
paths: ["src/*"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment