antonmarin/secret-yaml

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"
plugins:
  editorconfig:
    enabled: true
  fixme:
    enabled: true
  gofmt:
    enabled: true
  golint:
    enabled: true
  govet:
    enabled: true
  markdownlint:
    enabled: true
  duplication:
    enabled: true
exclude_patterns:
  - ".idea"
  - "release/"
  - "**/vendor/"
  - "**/*_test.go"
  - "**/*.d.ts"