Skip to content

Commit

Permalink
ci: Removing verbose gofumpt output
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Mar 5, 2022
1 parent c4d8c96 commit d1dffc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ init:
.PHONY: format
format:
goimports -w $(shell find . -name "*.go")
gofumpt -w $(shell find . -name "*.go")
gofumpt -w $(shell find . -name "*.go") 2>/dev/null

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

0 comments on commit d1dffc9

Please sign in to comment.