josh-paul/dotted_dict

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  pep8:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - python
  eslint:
    enabled: true
  fixme:
    enabled: true
  radon:
    enabled: true
ratings:
  paths:
  - "dotted_dict/*"
exclude_paths:
- .cache/
- .tox/
- build/
- dist/
- tests/