mirror of
https://github.com/clearml/go-nvlib
synced 2025-01-30 10:27:00 +00:00
48789b76df
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
24 lines
390 B
YAML
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"
|