zeus.ugent.be/.codeclimate.yml

26 lines
374 B
YAML
Raw Normal View History

2017-05-20 13:27:40 +00:00
engines:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby:
eslint:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true
2020-02-02 16:19:32 +00:00
channel: rubocop-0-79
2017-05-20 13:37:14 +00:00
markdownlint:
enabled: true
2017-05-20 13:27:40 +00:00
exclude_paths:
2017-11-16 12:51:45 +00:00
- "**/*tipuesearch.js"
- "content/assets/scripts/datavis"
2017-05-20 13:27:40 +00:00
ratings:
paths:
- "**/*"