mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-25 05:21:33 +00:00
17 lines
209 B
YAML
17 lines
209 B
YAML
|
run:
|
||
|
deadline: 10m
|
||
|
|
||
|
linters:
|
||
|
enable:
|
||
|
- contextcheck
|
||
|
- gocritic
|
||
|
- gofmt
|
||
|
- goimports
|
||
|
- gosec
|
||
|
- gosimple
|
||
|
- govet
|
||
|
- ineffassign
|
||
|
- misspell
|
||
|
- staticcheck
|
||
|
- unconvert
|