cloudpassage/cloudpassage-halo-python-sdk

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  duplication:
    enabled: true
    config:
      languages:
        python:
          mass_threshold: 50
  fixme:
    enabled: true
  radon:
    enabled: true
  pep8:
    enabled: true
ratings:
  paths:
  - "**.py"
exclude_paths:
  - tests/
  - docs/