Skip to content

Commit 9008468

Browse files
committed
Fix error: unknown flag: --out-format
Signed-off-by: Kurt Garloff <[email protected]>
1 parent 19b61f7 commit 9008468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ifeq ($(BUILD_IN_CONTAINER),true)
8484
else
8585
go version
8686
golangci-lint version
87-
golangci-lint run -v --out-format=github-actions
87+
golangci-lint run -v # --out-format=github-actions
8888
endif
8989

9090
.PHONY: lint-yaml

0 commit comments

Comments
 (0)