summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
blob: 172b2e384635f363d1b6fc1ea39c8d43b556d7cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
engines:
  bundler-audit:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby
  fixme:
    enabled: true
  rubocop:
    enabled: true
exclude_paths:
- spec/
- lib/vendor/
- go/vendor/
- tmp/
- coverage/