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.

19 lines
346 B

3 years ago
  1. filter:
  2. excluded_paths:
  3. - 'templates/*'
  4. - 'css/*'
  5. - 'tests/*'
  6. imports:
  7. - php
  8. - javascript
  9. tools:
  10. external_code_coverage:
  11. timeout: 3600
  12. checks:
  13. php:
  14. # this is not working properly with core exceptions
  15. catch_class_exists: false
  16. line_length:
  17. max_length: '80'