go-nvlib/.golangci.yml
Tariq Ibrahim 30b1cf06e8
fix gocritic lint issues
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
2025-01-06 10:13:41 -08:00

24 lines
390 B
YAML

# please keep this alphabetized
linters:
enable:
- asciicheck
- contextcheck
- gocritic
- godot
- gofmt
- goimports
- misspell
# TODO: re-enable once we have addressed the warnings
disable:
- unused
- stylecheck
- forcetypeassert
run:
tests: true
timeout: 10m
linters-settings:
goimports:
local-prefixes: "github.com/NVIDIA/go-nvlib"