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.

18 lines
227 B

  1. engines:
  2. duplication:
  3. enabled: true
  4. config:
  5. languages:
  6. - ruby
  7. - javascript
  8. rubocop:
  9. enabled: true
  10. eslint:
  11. enabled: true
  12. ratings:
  13. paths:
  14. - "**.rb"
  15. - "**.js"
  16. exclude_paths:
  17. - spec/
  18. - vendor/asset