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