octomation/go-service

View on GitHub
.golangci.yml

Summary

Maintainability
Test Coverage
linters:
  fast: true
  enable:
    # defaults
    - errcheck
    - gosimple
    - govet
    - ineffassign
    - staticcheck
    - typecheck
    - unused

    # addition
    - bodyclose
    - exhaustive
    - exportloopref
    - gocritic
    - noctx