Implement more powerful shell completion #329
Annotations
7 errors and 6 warnings
golangci-lint:
completion_zsh_test.go#L105
ineffectual assignment to completions (ineffassign)
|
golangci-lint:
completion_zsh_test.go#L104
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
|
golangci-lint
issues found
|
staticcheck:
completion_zsh_test.go#L104
this result of append is never used, except maybe in other appends (SA4010)
|
staticcheck:
completion_zsh_test.go#L105
this value of completions is never used (SA4006)
|
staticcheck:
completion_zsh_test.go#L105
this result of append is never used, except maybe in other appends (SA4010)
|
staticcheck
Process completed with exit code 1.
|
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
format
Restore cache failed: Dependencies file is not found in /home/runner/work/cli/cli. Supported file pattern: go.sum
|
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/cli/cli. Supported file pattern: go.sum
|
staticcheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
staticcheck
Restore cache failed: Dependencies file is not found in /home/runner/work/cli/cli. Supported file pattern: go.sum
|