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