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