aboutsummaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 6b0cd40..e8e8364 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -1,9 +1,12 @@
+version: "2"
run:
tests: true
timeout: 5m
linters:
disable-all: true
+ disable:
+ - errcheck
enable:
- staticcheck
- govet