mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-15 14:20:18 -07:00
chor: remove unneeded step from fmt
This commit is contained in:
parent
d49c824d32
commit
d9f690f2eb
1
Makefile
1
Makefile
@ -28,7 +28,6 @@ test:
|
|||||||
# gofumports and gci all go files
|
# gofumports and gci all go files
|
||||||
fmt:
|
fmt:
|
||||||
find . -name '*.go' -not -wholename './vendor/*' | while read -r file; do gofumports -w "$$file"; done
|
find . -name '*.go' -not -wholename './vendor/*' | while read -r file; do gofumports -w "$$file"; done
|
||||||
gci -w -local github.com/kha7iq/pingme .
|
|
||||||
.PHONY: fmt
|
.PHONY: fmt
|
||||||
|
|
||||||
# Run all the linters
|
# Run all the linters
|
||||||
|
Loading…
x
Reference in New Issue
Block a user