Use .golangci config for toml.Delete issues

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2023-08-30 16:08:10 +02:00
parent d8d56e18f9
commit 49dbae5c32

View File

@ -22,3 +22,8 @@ issues:
linters:
- gocritic
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