mirror of
https://github.com/containers/podman.git
synced 2025-10-15 18:23:30 +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:
|
exclude-dirs:
|
||||||
- contrib
|
- contrib
|
||||||
- dependencies
|
- dependencies
|
||||||
exclude-files:
|
|
||||||
- swagger.go
|
|
||||||
exclude-rules:
|
exclude-rules:
|
||||||
# Exclude recvcheck from running on the imported k8s files, to much failures
|
# Exclude recvcheck from running on the imported k8s files, to much failures
|
||||||
- path: pkg/k8s.io/
|
- path: pkg/k8s.io/
|
||||||
|
Reference in New Issue
Block a user