mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
.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
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue