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 265bf1b commit 6bf5b07Copy full SHA for 6bf5b07
.golangci.yml
@@ -3,7 +3,6 @@ run:
3
issues-exit-code: 1
4
tests: true
5
build-tags: []
6
- modules-download-mode: vendor
7
8
linters-settings:
9
errcheck:
@@ -139,9 +138,10 @@ issues:
139
138
text: "Error return value of.*not checked"
140
141
output:
142
- format: colored-line-number
143
- print-issued-lines: true
144
- print-linter-name: true
+ formats:
+ - format: colored-line-number
+ print-issued-lines: true
+ print-linter-name: true
145
146
severity:
147
default-severity: error
0 commit comments