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