.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  duplication:
    enabled: true
    config:
      languages:
      - python
  fixme:
    enabled: true
    config:
      strings:
      - FIXME
      - XXX
  pep8:
    enabled: true
  radon:
    enabled: true

ratings:
  paths:
  - "**.py"

exclude_paths:
  - gwsumm/_version.py
  - docs/*
  - gwsumm/tests/*