Linter configuration and linting.
This commit is contained in:
@@ -32,3 +32,8 @@ tasks:
|
||||
desc: "Lints whole workspace."
|
||||
cmds:
|
||||
- golangci-lint run client/...
|
||||
|
||||
test:
|
||||
desc: "Test whole workspace"
|
||||
cmds:
|
||||
- go test -test.v ./...
|
||||
|
Reference in New Issue
Block a user