summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
blob: 7620fec02bf96517b81b5cb943252d747ba4967a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
engines:
  duplication:
    enabled: true
    config:
      languages:
      - python
  fixme:
    enabled: true
  radon:
    enabled: true
ratings:
  paths:
  - "**.py"
exclude_paths:
- tests/