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 ba09374 commit fcf9bb9Copy full SHA for fcf9bb9
.golangci.yml
@@ -5,10 +5,15 @@ run:
5
timeout: 5m
6
7
linters:
8
+ enable:
9
+ - errcheck
10
+ - misspell
11
+
12
settings:
13
errcheck:
14
exclude-functions:
15
- (github.com/go-kit/log.Logger).Log
16
17
exclusions:
18
presets:
19
- comments
@@ -20,6 +25,7 @@ formatters:
20
25
enable:
21
26
- gofumpt
22
27
- goimports
28
23
29
24
30
gofumpt:
31
extra-rules: true
0 commit comments