saleor-dashboard/.codeclimate.yml

38 lines
583 B
YAML
Raw Normal View History

2019-06-19 14:40:52 +00:00
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/**