summaryrefslogtreecommitdiff
path: root/metalinter.json
diff options
context:
space:
mode:
Diffstat (limited to 'metalinter.json')
-rw-r--r--metalinter.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/metalinter.json b/metalinter.json
new file mode 100644
index 0000000..799c1d0
--- /dev/null
+++ b/metalinter.json
@@ -0,0 +1,21 @@
+{
+ "Vendor": true,
+ "DisableAll": true,
+ "Enable": [
+ "gofmt",
+ "goimports",
+ "interfacer",
+ "goconst",
+ "misspell",
+ "unconvert",
+ "gosimple",
+ "golint",
+ "structcheck",
+ "deadcode",
+ "vet"
+ ],
+ "Exclude": [
+ "initTests is unused"
+ ],
+ "Deadline": "2m"
+}