corvus-ch/rabbitmq-cli-consumer

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"

checks:
  method-complexity:
    config:
      threshold: 10
  method-lines:
    config:
      threshold: 32

plugins:
  gofmt:
    enabled: true
  golint:
    enabled: true
  govet:
    enabled: true
  fixme:
    enabled: true
  markdownlint:
    enabled: true

exclude_patterns:
  - "**/*.golden"
  - "script"
  - "test"