You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
295B

  1. tools:
  2. external_code_coverage: false
  3. php_code_sniffer: true
  4. php_sim: true
  5. php_changetracking: true
  6. php_cs_fixer: true
  7. php_mess_detector: true
  8. php_pdepend: true
  9. php_analyzer: true
  10. sensiolabs_security_checker: true
  11. filter:
  12. excluded_paths:
  13. - Tests/*