summaryrefslogtreecommitdiff
path: root/vendor/github.com/docker/distribution/.gometalinter.json
diff options
context:
space:
mode:
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"
- ]
-}