EventGhost/EventGhost

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  duplication:
    enabled: true
    config:
      languages:
        python:
          mass_threshold: 60
  eslint:
    enabled: true
  fixme:
    enabled: true
  radon:
    enabled: true
    config:
      python_version: 2
      threshold: "D"
ratings:
  paths:
  - "**.py"
exclude_paths:
  - "lib27/"
  - "languages/"
  - "ez_setup.py"