The code powering m.abunchtell.com https://m.abunchtell.com
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
245 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. ratings:
  13. paths:
  14. - "**.rb"
  15. - "**.js"
  16. exclude_paths:
  17. - spec/
  18. - vendor/asset