benfluleck/HelloBooks

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  duplication:
    enabled: true
    config:
      languages:
        javascript:
          mass_threshold: 500
checks:
  method-lines:
    config:
      threshold: 60
  complex-logic:
    config:
      threshold: 8
  method-complexity:
    config:
      threshold: 8
  return-statements:
    config:
      threshold: 12