Remove License section from README #2
Annotations
10 errors
|
Lint:
internal/daemon/server.go#L328
Error return value of `s.worktrees.Remove` is not checked (errcheck)
|
|
Lint:
internal/daemon/server.go#L130
Error return value of `s.worktrees.Cleanup` is not checked (errcheck)
|
|
Lint:
internal/daemon/server.go#L125
Error return value of `s.processes.KillAll` is not checked (errcheck)
|
|
Lint:
internal/cli/agent_watch.go#L186
Error return value of `(*os/exec.Cmd).Run` is not checked (errcheck)
|
|
Lint:
internal/cli/agent_watch.go#L182
Error return value of `(*os/exec.Cmd).Run` is not checked (errcheck)
|
|
Lint:
internal/cli/agent_watch.go#L102
Error return value of `(*os/exec.Cmd).Run` is not checked (errcheck)
|
|
Lint:
internal/client/client.go#L38
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
|
|
Lint:
internal/client/client.go#L35
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
|
Lint:
pkg/mapagent/client.go#L88
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
|
|
Lint:
pkg/mapagent/client.go#L85
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|