summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
blob: 4bbd40c6f10a1c7062891298132eb89af43e790d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
engines:
  eslint:
    enabled: true
  pep8:
    enabled: true
  pylint:
    enabled: true
exclude_paths:
- migrations/
- tests/
ratings:
  paths:
  - saleor/**