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.

21 lines
290 B

  1. engines:
  2. brakeman:
  3. enabled: true
  4. bundler-audit:
  5. enabled: true
  6. duplication:
  7. enabled: false
  8. eslint:
  9. enabled: true
  10. rubocop:
  11. enabled: true
  12. scss-lint:
  13. enabled: true
  14. ratings:
  15. paths:
  16. - "**.rb"
  17. - "**.js"
  18. - "**.scss"
  19. exclude_paths:
  20. - spec/
  21. - vendor/asset