From eb28a1c08469d56494006d0f2c64933ab7078d01 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 8 Sep 2022 15:32:44 +0200 Subject: update buildah and c/common to latest also includes bumps for c/storage and c/image Signed-off-by: Paul Holzinger --- vendor/github.com/docker/distribution/.golangci.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 vendor/github.com/docker/distribution/.golangci.yml (limited to 'vendor/github.com/docker/distribution/.golangci.yml') diff --git a/vendor/github.com/docker/distribution/.golangci.yml b/vendor/github.com/docker/distribution/.golangci.yml deleted file mode 100644 index 1ba6cb916..000000000 --- a/vendor/github.com/docker/distribution/.golangci.yml +++ /dev/null @@ -1,20 +0,0 @@ -linters: - enable: - - structcheck - - varcheck - - staticcheck - - unconvert - - gofmt - - goimports - - golint - - ineffassign - - vet - - unused - - misspell - disable: - - errcheck - -run: - deadline: 2m - skip-dirs: - - vendor -- cgit v1.2.3-54-g00ecf