21 lines
294 B
YAML
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
|