You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
406 B
YAML
31 lines
406 B
YAML
run:
|
|
timeout: 10m
|
|
skip-files:
|
|
- ".*\\.pb\\.go$"
|
|
|
|
modules-download-mode: vendor
|
|
|
|
build-tags:
|
|
|
|
linters:
|
|
enable:
|
|
- gofmt
|
|
- govet
|
|
- deadcode
|
|
- goimports
|
|
- ineffassign
|
|
- misspell
|
|
- unused
|
|
- varcheck
|
|
- golint
|
|
- staticcheck
|
|
- typecheck
|
|
- structcheck
|
|
disable-all: true
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- linters:
|
|
- golint
|
|
text: "stutters"
|