This repository has been archived on 2022-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
python-usda/.codeclimate.yml

31 lines
463 B
YAML

---
engines:
duplication:
enabled: true
exclude_paths:
- "**/tests/"
- "**/test_**.py"
config:
languages:
python:
mass_threshold: 51
fixme:
enabled: true
radon:
enabled: true
config:
threshold: "C"
exclude_paths:
- "**/tests/"
- "**/test_**.py"
pep8:
enabled: true
git-legal:
enabled: true
ratings:
paths:
- "**.py"
- "requirements*.txt"
exclude_paths: []