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 578f95e commit 2b37e04Copy full SHA for 2b37e04
.golangci.yaml
@@ -3,14 +3,6 @@ version: "2"
3
run:
4
modules-download-mode: readonly
5
6
-output:
7
- formats:
8
- text:
9
- color: true
10
- path: stdout
11
-
12
-linters-settings:
13
14
linters:
15
enable:
16
- errcheck
@@ -35,9 +27,7 @@ linters:
35
27
rules:
36
28
- name: package-comments
37
29
disabled: true
38
- errcheck:
39
- exclude-functions:
40
30
+
41
31
formatters:
42
32
43
33
- goimports
0 commit comments