Skip to content

Commit 80f7bb2

Browse files
committed
Add verbose option to 'golangci-lint run' execution
1 parent 7d70ce0 commit 80f7bb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fmt:
1212

1313
.PHONY: lint
1414
lint:
15-
@golangci-lint run ./...
15+
@golangci-lint run -v ./...
1616

1717
.PHONY: test
1818
test:

0 commit comments

Comments
 (0)