.scrutinizer.yml 356 B

12345678910111213141516171819
  1. filter:
  2. excluded_paths:
  3. - tests/*
  4. checks:
  5. php:
  6. code_rating: true
  7. tools:
  8. external_code_coverage: true
  9. php_analyzer: true
  10. php_changetracking: true
  11. php_code_sniffer:
  12. config:
  13. standard: "PSR2"
  14. php_cpd: true
  15. php_mess_detector: true
  16. php_pdepend: true
  17. sensiolabs_security_checker: true