.golangci.yml: rm exclude-files

The only file listed was swagger.go, and it was removed by the commit
5b79cf15a ("Swagger refactor/cleanup") three years ago.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-03-27 12:53:40 -07:00
parent f3e7b26fdd
commit 1a9cf6b9db

View File

@ -79,8 +79,6 @@ issues:
exclude-dirs:
- contrib
- dependencies
exclude-files:
- swagger.go
exclude-rules:
# Exclude recvcheck from running on the imported k8s files, to much failures
- path: pkg/k8s.io/