2017-05-20 15:27:40 +02:00
|
|
|
engines:
|
|
|
|
bundler-audit:
|
|
|
|
enabled: true
|
|
|
|
duplication:
|
|
|
|
enabled: true
|
|
|
|
config:
|
|
|
|
languages:
|
|
|
|
- ruby:
|
|
|
|
eslint:
|
|
|
|
enabled: true
|
|
|
|
fixme:
|
|
|
|
enabled: true
|
|
|
|
rubocop:
|
|
|
|
enabled: true
|
2017-05-20 15:37:14 +02:00
|
|
|
markdownlint:
|
|
|
|
enabled: true
|
2017-05-20 15:27:40 +02:00
|
|
|
|
|
|
|
exclude_paths:
|
2017-11-16 13:51:45 +01:00
|
|
|
- "**/*tipuesearch.js"
|
2018-11-23 23:08:33 +01:00
|
|
|
- "content/assets/scripts/datavis"
|
2017-05-20 15:27:40 +02:00
|
|
|
|
|
|
|
ratings:
|
|
|
|
paths:
|
|
|
|
- "**/*"
|