2016-11-17 11:40:23 -06:00
|
|
|
engines:
|
2017-05-06 19:45:34 -05:00
|
|
|
brakeman:
|
|
|
|
enabled: true
|
2017-05-06 19:41:12 -05:00
|
|
|
bundler-audit:
|
|
|
|
enabled: true
|
|
|
|
duplication:
|
|
|
|
enabled: false
|
|
|
|
eslint:
|
|
|
|
enabled: true
|
|
|
|
rubocop:
|
|
|
|
enabled: true
|
2017-05-07 13:47:31 -05:00
|
|
|
scss-lint:
|
|
|
|
enabled: true
|
2016-11-17 11:40:23 -06:00
|
|
|
ratings:
|
2017-05-06 19:41:12 -05:00
|
|
|
paths:
|
|
|
|
- "**.rb"
|
|
|
|
- "**.js"
|
2017-05-07 13:47:31 -05:00
|
|
|
- "**.scss"
|
2016-11-17 11:40:23 -06:00
|
|
|
exclude_paths:
|
|
|
|
- spec/
|
|
|
|
- vendor/asset
|