cityssm/node-green-button-parser

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"
checks:
  file-lines:
    config:
      threshold: 1500
  method-complexity:
    config:
      threshold: 20
  method-lines:
    config:
      threshold: 500
exclude_patterns:
- "**/node_modules/"
- "test/"
- "**/*.d.ts"
- "**/*.js"