rubyx/.codeclimate.yml
efueger c6bbf1804b Update .codeclimate.yml
Indent last 2 `ratings: paths:` patterns to fix syntax problem
2016-12-19 13:19:05 -05:00

22 lines
276 B
YAML

---
engines:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
reek:
enabled: false
ratings:
paths:
- lib/**
- "**.rb"
- test/**/*
- stash/**/*