mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
d8d56e18f9
Signed-off-by: Evan Lezar <elezar@nvidia.com>
25 lines
377 B
YAML
25 lines
377 B
YAML
run:
|
|
deadline: 10m
|
|
|
|
linters:
|
|
enable:
|
|
- contextcheck
|
|
- gocritic
|
|
- gofmt
|
|
- goimports
|
|
- gosec
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- staticcheck
|
|
- unconvert
|
|
|
|
issues:
|
|
exclude-rules:
|
|
# Exclude the gocritic dupSubExpr issue for cgo files.
|
|
- path: internal/dxcore/dxcore.go
|
|
linters:
|
|
- gocritic
|
|
text: dupSubExpr
|