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