steromano87/Woodpecker

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  radon:
    enabled: true
    config:
      python_version: 2
      threshold: C
  pep8:
    enabled: true
  fixme:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
        python:
          mass_threshold: 50
ratings:
  paths:
    - "**.py"
exclude_paths:
  - "tests/"
  - "woodpecker/misc/contrib/"
  - "versioneer.py"
  - "woodpecker/_version.py"