peridot/vendor/github.com/authzed/grpcutil/.golangci.yaml
2022-07-07 22:13:21 +02:00

25 lines
399 B
YAML

---
run:
timeout: "5m"
output:
sort-results: true
linters-settings:
goimports:
local-prefixes: "github.com/authzed/grpcutil"
linters:
enable:
- "deadcode"
- "errcheck"
- "gofumpt"
- "goimports"
- "gosimple"
- "govet"
- "ineffassign"
- "revive"
- "rowserrcheck"
- "staticcheck"
- "structcheck"
- "typecheck"
- "unused"
- "varcheck"