uktrade/directory-sso-profile

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  radon:
    enabled: true
  pep8:
    enabled: true
  fixme:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - python:
ratings:
  paths:
    - "**.py"
exclude_paths:
- "**/tests/"
- "README.md"
- "LICENCE"
- "*.yml"
- "**/conftest.py"
- "**/*.html"
- "**/static/icons/"
- "**/static/images/"
- "**/static/css/bootstrap/"