559Labs/django-dtg-store-manager

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  pep8:
    enabled: true
    max-line-length: 160
  radon:
    enabled: true
    config:
      python_version: 3
  markdownlint:
    enabled: true
  eslint:
    enabled: true
  csslint:
    enabled: true
  fixme:
    enabled: true
  # duplication:
  #   enabled: true
  #   config:
  #     languages:
  #     - python
  #     - javascript
ratings:
  paths:
  - "**"
exclude_paths:
- "docs/"
- "logs/"
- "src/static/"
- "src/**/migrations/"
- "src/**/tests.py"