1build: 2 nodes: 3 analysis: 4 project_setup: 5 override: true 6 tests: 7 override: [php-scrutinizer-run] 8 9filter: 10 excluded_paths: [tests/*] 11 12checks: 13 php: 14 remove_extra_empty_lines: true 15 remove_php_closing_tag: true 16 remove_trailing_whitespace: true 17 fix_use_statements: 18 remove_unused: true 19 preserve_multiple: false 20 preserve_blanklines: true 21 order_alphabetically: true 22 fix_php_opening_tag: true 23 fix_linefeed: true 24 fix_line_ending: true 25 fix_identation_4spaces: true 26 fix_doc_comments: true 27 28tools: 29 external_code_coverage: 30 timeout: 600 31 runs: 3 32