Feature(cli): Add sync-host-workdir to prevent AI agents from breaking the host files
#10071
Annotations
4 errors
|
Run golangci-lint
issues found
|
|
Run golangci-lint:
cmd/limactl/shell.go#L165
unnecessary-format: unnecessary use of formatting function "fmt.Errorf", you can replace it with "errors.New" (revive)
|
|
Run golangci-lint:
cmd/limactl/shell.go#L434
appendAssign: append result not assigned to the same slice (gocritic)
|
|
Run golangci-lint:
cmd/limactl/shell.go#L194
ifElseChain: rewrite if-else to switch statement (gocritic)
|
Loading