We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc8b13 commit 8df999bCopy full SHA for 8df999b
parrotserver/Makefile
@@ -1,3 +1,6 @@
1
+lint:
2
+ golangci-lint --color=always run ./... --fix -v
3
+
4
.PHONY: test_unit
5
test_unit:
6
go test ./...
0 commit comments