feat(config): add CLI commands for user configuration management #291
Annotations
5 errors
|
Lint
issues found
|
|
Lint:
cli/cmd/config/path.go#L55
runPathWithOptions - result 0 (error) is always nil (unparam)
|
|
Lint:
cli/cmd/config/path_test.go#L37
SA5011: possible nil pointer dereference (staticcheck)
|
|
Lint:
cli/cmd/config/path_test.go#L32
SA5011(related information): this check suggests that the pointer can be nil (staticcheck)
|
|
Lint:
cli/cmd/config/edit.go#L59
os/exec.Command must not be called. use os/exec.CommandContext (noctx)
|