We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5559688 commit d671589Copy full SHA for d671589
Makefile
@@ -0,0 +1,6 @@
1
+.PHONY: lint
2
+lint:
3
+ go mod tidy
4
+ go fmt ./...
5
+ golangci-lint fmt --no-config --enable gofmt,goimports
6
+ golangci-lint run --no-config --fix
0 commit comments