peridot/vendor/github.com/authzed/grpcutil/.golangci.yaml

25 lines
399 B
YAML
Raw Normal View History

2022-07-07 20:11:50 +00:00
---
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"