summaryrefslogtreecommitdiff
path: root/vendor/github.com/docker/distribution/.gometalinter.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-08 12:09:28 +0000
committerGitHub <noreply@github.com>2022-02-08 12:09:28 +0000
commit5bcd9134ff0c2e3af740b388da2d91c70dd7456a (patch)
treeda911e481c93441cab97a20cfbab4318b87acded /vendor/github.com/docker/distribution/.gometalinter.json
parent46d9a2570ad3eb4f1d7fe0928927e644ebe8a2a3 (diff)
downloadpodman-5bcd9134ff0c2e3af740b388da2d91c70dd7456a.tar.gz
podman-5bcd9134ff0c2e3af740b388da2d91c70dd7456a.tar.bz2
podman-5bcd9134ff0c2e3af740b388da2d91c70dd7456a.zip
Bump github.com/docker/distribution
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.0+incompatible. - [Release notes](https://github.com/docker/distribution/releases) - [Commits](https://github.com/docker/distribution/compare/v2.7.1...v2.8.0) --- updated-dependencies: - dependency-name: github.com/docker/distribution dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/docker/distribution/.gometalinter.json')
-rw-r--r--vendor/github.com/docker/distribution/.gometalinter.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/github.com/docker/distribution/.gometalinter.json b/vendor/github.com/docker/distribution/.gometalinter.json
deleted file mode 100644
index 9df5b14bc..000000000
--- a/vendor/github.com/docker/distribution/.gometalinter.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "Vendor": true,
- "Deadline": "2m",
- "Sort": ["linter", "severity", "path", "line"],
- "EnableGC": true,
- "Enable": [
- "structcheck",
- "staticcheck",
- "unconvert",
-
- "gofmt",
- "goimports",
- "golint",
- "vet"
- ]
-}