mirror of
https://github.com/clearml/go-nvlib
synced 2025-01-30 18:36:59 +00:00
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"
|