saleor-dashboard/.codeclimate.yml
2019-06-19 16:40:52 +02:00

37 lines
583 B
YAML

engines:
eslint:
enabled: true
channel: eslint-4
isort:
enabled: true
channel: beta
pep8:
enabled: true
pylint:
enabled: true
channel: beta
plugins:
- celery
- django
checks:
import-error:
enabled: false
tslint:
enabled: true
config: tslint.json
duplication:
enabled: true
config:
languages:
python:
mass_threshold: 100
python_version: 3
exclude_patterns:
- ".*"
- "**/__pycache__/"
- "**/migrations/"
- "node_modules/"
- "tests/"
ratings:
paths:
- saleor/**