Skip to content

feat(config): add CLI commands for user configuration management #291

feat(config): add CLI commands for user configuration management

feat(config): add CLI commands for user configuration management #291

Triggered via pull request December 5, 2025 20:10
Status Failure
Total duration 1m 5s
Artifacts

health.yml

on: pull_request
Lint
48s
Lint
CUE Schema Validation
7s
CUE Schema Validation
Matrix: Build
Matrix: Test
Fit to window
Zoom out
Zoom in

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)