MeilCli/FoodSearch

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"
checks:
  argument-count:
    config:
      threshold: 8
  complex-logic:
    config:
      threshold: 4
  file-lines:
    config:
      threshold: 500
  method-complexity:
    config:
      threshold: 5
  method-count:
    config:
      threshold: 40
  method-lines:
    config:
      threshold: 50
  nested-control-flow:
    config:
      threshold: 4
  return-statements:
    config:
      threshold: 8

exclude_patterns:
- "config/"
- "db/"
- "dist/"
- "script/"
- "**/spec/"
- "**/test/"
- "**/androidTest/"
- "**/tests/"
- "Tests/"
- "**/*_test.go"
- "**/*.d.ts"
- "**/vendor/"