mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
25 lines
399 B
YAML
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"
|