workgroups/vendor/github.com/sonatard/noctx/.golangci.yml
Marvin Preuss 1d4ae27878
All checks were successful
continuous-integration/drone/push Build is passing
ci: drone yaml with reusable anchors
2021-09-24 17:34:17 +02:00

21 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