go-nvlib/.golangci.yml
Carlos Eduardo Arango Gutierrez 48789b76df
Address golangci-lint warnings
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
2024-04-04 15:24:10 +02:00

24 lines
390 B
YAML

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