.scrutinizer.yml 570 B

1234567891011121314151617181920212223
  1. filter:
  2. excluded_paths: [tests, vendor]
  3. checks:
  4. php:
  5. remove_extra_empty_lines: true
  6. remove_php_closing_tag: true
  7. remove_trailing_whitespace: true
  8. fix_use_statements:
  9. remove_unused: true
  10. preserve_multiple: false
  11. preserve_blanklines: true
  12. order_alphabetically: true
  13. fix_php_opening_tag: true
  14. fix_linefeed: true
  15. fix_line_ending: true
  16. fix_identation_4spaces: true
  17. fix_doc_comments: true
  18. tools:
  19. external_code_coverage:
  20. timeout: 1800