omarandstuff/desplega-api

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"
checks:
  argument-count:
    config:
      threshold: 6
  complex-logic:
    config:
      threshold: 6
  file-lines:
    config:
      threshold: 400
  method-complexity:
    config:
      threshold: 20
  method-count:
    config:
      threshold: 30
  method-lines:
    config:
      threshold: 60
  nested-control-flow:
    config:
      threshold: 6
  return-statements:
    config:
      threshold: 6
  similar-code:
    config:
      threshold: 50
  identical-code:
    config:
      threshold: 75