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