We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe5ae2 commit 536c2f5Copy full SHA for 536c2f5
1 file changed
Makefile
@@ -59,6 +59,7 @@ lint: codegen
59
60
.PHONY: lint/fix
61
lint/fix:
62
+ go fmt ./...
63
$(MAKE) -C ./tests lint/fix
64
65
.PHONY: codegen
0 commit comments