4
0
Fork 0
mirror of https://github.com/rocky-linux/peridot.git synced 2025-01-10 21:26:51 +00:00
peridot/vendor/github.com/authzed/grpcutil/.golangci.yaml
2022-07-07 22:13:21 +02:00

24 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"