summaryrefslogtreecommitdiff
path: root/metalinter.json
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2018-09-09 17:44:11 +0300
committerEyal Posener <[email protected]>2018-09-09 17:44:11 +0300
commitdcfd7da4e1804e7fa63d06a2071e68e8e347c40b (patch)
treef3b7398f3a2363e9a9a4f37fe4540e45044073e6 /metalinter.json
parent8200804f123c4addbbee90b9f48698fb0608cbc7 (diff)
Disable gometalinter
I will move the repo to golangci.com linter later on
Diffstat (limited to 'metalinter.json')
-rw-r--r--metalinter.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/metalinter.json b/metalinter.json
deleted file mode 100644
index 799c1d0..0000000
--- a/metalinter.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "Vendor": true,
- "DisableAll": true,
- "Enable": [
- "gofmt",
- "goimports",
- "interfacer",
- "goconst",
- "misspell",
- "unconvert",
- "gosimple",
- "golint",
- "structcheck",
- "deadcode",
- "vet"
- ],
- "Exclude": [
- "initTests is unused"
- ],
- "Deadline": "2m"
-}