We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d70ce0 commit 80f7bb2Copy full SHA for 80f7bb2
1 file changed
Makefile
@@ -12,7 +12,7 @@ fmt:
12
13
.PHONY: lint
14
lint:
15
- @golangci-lint run ./...
+ @golangci-lint run -v ./...
16
17
.PHONY: test
18
test:
0 commit comments