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 61dd7f9 commit 717ff88Copy full SHA for 717ff88
.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,7 +138,8 @@ issues:
139
138
text: "Error return value of.*not checked"
140
141
output:
142
- format: colored-line-number
+ formats:
+ - format: colored-line-number
143
print-issued-lines: true
144
print-linter-name: true
145
Makefile
@@ -35,6 +35,7 @@ lint: lint-go lint-python
35
36
lint-go:
37
@echo "Linting Go code..."
38
+ go mod download
39
golangci-lint run
40
41
lint-python:
0 commit comments