.codeclimate.yml 323 B

1234567891011121314151617181920212223
  1. ---
  2. engines:
  3. csslint:
  4. enabled: true
  5. duplication:
  6. enabled: true
  7. config:
  8. languages:
  9. - javascript
  10. - php
  11. eslint:
  12. enabled: true
  13. fixme:
  14. enabled: true
  15. phpmd:
  16. enabled: true
  17. ratings:
  18. paths:
  19. - "css/**.css"
  20. - "js/zerobin.js"
  21. - "lib/**.php"
  22. - "index.php"
  23. exclude_paths: []