Files
runc/vendor/github.com/checkpoint-restore/go-criu/v8/.golangci.yml
T
Kir Kolyshkin 750317a2f7 deps: bump go-criu to v8.2.0
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
(cherry picked from commit 269405107f)
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2026-06-17 17:42:58 -07:00

47 lines
736 B
YAML

version: "2"
linters:
enable:
- bodyclose
- dupl
- durationcheck
- errcheck
- errorlint
- exhaustive
- gosec
- govet
- misspell
- nilerr
- prealloc
- rowserrcheck
- sqlclosecheck
- staticcheck
- unconvert
- unparam
- unused
- whitespace
disable:
- musttag
- noctx
exclusions:
generated: lax
presets:
- comments
- common-false-positives
- legacy
- std-error-handling
settings:
exhaustive:
default-signifies-exhaustive: true
gosec:
excludes:
# https://github.com/securego/gosec/issues/1185
- G115
formatters:
enable:
- gofmt
- goimports
exclusions:
generated: lax