amenezes/config-client

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: '2'
plugins:
  duplication:
    enabled: true
    config:
      languages:
        - python:
  fixme:
    enabled: true
  radon:
    enabled: true
  pep8:
    enabled: true
  bandit:
    enabled: true
    config:
      python_version: 3
  sonar-python:
    enabled: true
exclude_patterns:
- "venv"
- "tests"