summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
blob: 1c97baed5d077bab0261b4a0e2c589a3dfabea9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
engines:
  bundler-audit:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby
  fixme:
    enabled: true
exclude_paths:
- tmp/
- coverage/