Skip to content

Commit 92648b0

Browse files
committed
ci: Removing verbose gofumpt output
Signed-off-by: Vincent Boutour <[email protected]>
1 parent f33118e commit 92648b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ init:
5353
.PHONY: format
5454
format:
5555
goimports -w $(shell find . -name "*.go")
56-
gofumpt -w $(shell find . -name "*.go")
56+
gofumpt -w $(shell find . -name "*.go") 2>/dev/null
5757

5858
## style: Check lint, code styling rules. e.g. pylint, phpcs, eslint, style (java) etc ...
5959
.PHONY: style

0 commit comments

Comments
 (0)