tobi-wan-kenobi/bumblebee-status

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"
plugins:
  duplication:
    enabled: true
    config:
      languages:
        python:
  fixme:
    enabled: true
  radon:
    enabled: true
    config:
      python_version: 3
      threshold: "D"
exclude_patterns:
- "tests/"
- "versioneer.py"
- "bumblebee_status/_version.py"
- "setup.py"