mirror of https://github.com/containers/podman.git
.golangci.yml: remove exclude-dirs
Neither contrib nor dependencies contain any Go code: - for contrib, this is the way since commit6041f707c
("rm contrib/perftest"); - for dependencies, this is the way since commitc7827957a
("ginkgo: restructure install work flow"). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
1a9cf6b9db
commit
b1010808ed
|
@ -75,10 +75,6 @@ issues:
|
|||
# Set to 0 to disable.
|
||||
# Default: 3
|
||||
max-same-issues: 0
|
||||
exclude-dirs-use-default: true
|
||||
exclude-dirs:
|
||||
- contrib
|
||||
- dependencies
|
||||
exclude-rules:
|
||||
# Exclude recvcheck from running on the imported k8s files, to much failures
|
||||
- path: pkg/k8s.io/
|
||||
|
|
Loading…
Reference in New Issue