ckaznocha/marathon-resource

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  fixme:
    enabled: true
  gofmt:
    enabled: true
  golint:
    enabled: true
  govet:
    enabled: true
  markdownlint:
    enabled: true
    checks:
      MD030:
        enabled: false
  shellcheck:
    enabled: true
  rubocop:
    enabled: true
ratings:
  paths:
  - "**.rb"
  - "**.go"
  - "scripts/**/*"
exclude_paths:
- "**/vendor/**/*"
- "**/mocks/**/*"
- "**/*_test.go"