ory-am/hydra

View on GitHub
.golangci.yml

Summary

Maintainability
Test Coverage
linters:
  enable:
    - gosec
    - errcheck
    - gosimple
    - bodyclose
    - staticcheck
    - goimports
  disable:
    - ineffassign
    - deadcode
    - unused
    - structcheck

run:
  skip-files:
    - ".+_test.go"
    - ".+_test_.+.go"