mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Use .golangci config for toml.Delete issues
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
d8d56e18f9
commit
49dbae5c32
@ -22,3 +22,8 @@ issues:
|
|||||||
linters:
|
linters:
|
||||||
- gocritic
|
- gocritic
|
||||||
text: dupSubExpr
|
text: dupSubExpr
|
||||||
|
# Exclude the checks for usage of returns to config.Delete(Path) in the crio and containerd config packages.
|
||||||
|
- path: pkg/config/engine/
|
||||||
|
linters:
|
||||||
|
- errcheck
|
||||||
|
text: config.Delete
|
||||||
|
Loading…
Reference in New Issue
Block a user