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