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 416d469 commit c8d625fCopy full SHA for c8d625f
.golangci.yml
@@ -4,6 +4,8 @@ issues:
4
max-issues-per-linter: 0
5
max-same-issues: 0
6
linters:
7
+ disable:
8
+ - depguard
9
enable:
10
- errcheck
11
- gosimple
@@ -12,9 +14,15 @@ linters:
12
14
- staticcheck
13
15
- unused
16
# Defaults above ours below
17
+ - copyloopvar
18
+ - usestdlibvars
19
+ - whitespace
20
presets:
21
- bugs
22
+ - format
23
+ - import
24
- performance
25
+ - unused
26
#linters-settings:
27
# errcheck:
28
# check-type-assertions: true
0 commit comments