mirror of
https://github.com/containers/podman.git
synced 2025-10-09 14:56:05 +08:00
.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:
@ -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/
|
||||
|
Reference in New Issue
Block a user