This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-11-17 09:40:23 -08:00
|
|
|
engines:
|
2017-05-06 17:45:34 -07:00
|
|
|
brakeman:
|
|
|
|
enabled: true
|
2017-05-06 17:41:12 -07:00
|
|
|
bundler-audit:
|
|
|
|
enabled: true
|
|
|
|
duplication:
|
|
|
|
enabled: false
|
|
|
|
eslint:
|
|
|
|
enabled: true
|
|
|
|
rubocop:
|
|
|
|
enabled: true
|
2017-05-07 11:47:31 -07:00
|
|
|
scss-lint:
|
|
|
|
enabled: true
|
2016-11-17 09:40:23 -08:00
|
|
|
ratings:
|
2017-05-06 17:41:12 -07:00
|
|
|
paths:
|
|
|
|
- "**.rb"
|
|
|
|
- "**.js"
|
2017-05-07 11:47:31 -07:00
|
|
|
- "**.scss"
|
2016-11-17 09:40:23 -08:00
|
|
|
exclude_paths:
|
|
|
|
- spec/
|
|
|
|
- vendor/asset
|