kengz/spacy-nlp

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  duplication:
    enabled: true
    config:
      languages:
        - javascript
        - python
  fixme:
    enabled: true
  eslint:
    enabled: true
    checks:
      no-process-exit:
        enabled: false
  radon:
    enabled: true
    config:
      threshold: "C"
  pep8:
    enabled: true

ratings:
  paths:
  - "**.js"
  - "**.jsx"
  - "**.py"

exclude_paths:
- test/