We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978b7dd commit 188d6aeCopy full SHA for 188d6ae
.golangci.yml
@@ -11,17 +11,17 @@ linters:
11
disable-all: true
12
enable:
13
- deadcode
14
- - errcheck
15
- - gofmt
16
- - gosimple
17
- - ineffassign
18
- - misspell
19
- - staticcheck
20
- - structcheck
21
- - unconvert
22
- - unused
23
- - varcheck
24
- - vet
+# - errcheck
+# - gofmt
+# - gosimple
+# - ineffassign
+# - misspell
+# - staticcheck
+# - structcheck
+# - unconvert
+# - unused
+# - varcheck
+# - vet
25
26
linters-settings:
27
errcheck:
0 commit comments