.codeclimate.yml 334 B

1234567891011121314151617181920212223242526
  1. ---
  2. engines:
  3. duplication:
  4. enabled: true
  5. config:
  6. languages:
  7. - ruby
  8. - javascript
  9. - python
  10. - php
  11. eslint:
  12. enabled: true
  13. fixme:
  14. enabled: true
  15. ratings:
  16. paths:
  17. - "**.inc"
  18. - "**.js"
  19. - "**.jsx"
  20. - "**.module"
  21. - "**.php"
  22. - "**.py"
  23. - "**.rb"
  24. exclude_paths:
  25. - test/
  26. - benchmark/