pyapp-org/pyapp.elasticsearch

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"

plugins:
  bandit:
    enabled: true

  radon:
    enabled: true

  SonarPython:
    enabled: true


exclude_patterns:
  # Ignore tests
  - "tests/"