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