woodpecker/vendor/github.com/sonatard/noctx/.golangci.yml
Lukas c28f7cb29f
Add golangci-lint (#502)
Initial part of #435
2021-11-14 21:01:54 +01:00

20 lines
294 B
YAML

run:
linters-settings:
govet:
enable-all: true
linters:
enable-all: true
disable:
- gochecknoglobals
- gomnd
- gocognit
- nestif
issues:
exclude-rules:
- path: reqwithoutctx/ssa.go
text: "Consider preallocating `exts`"
linters:
- prealloc