fix default --output when --template supplied #106
Annotations
1 error and 7 warnings
lint
issues found
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
pkg/cmd/root.go#L103
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/cmd/setv.go#L31
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/cmd/setv.go#L51
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/cmd/var.go#L18
unused-parameter: parameter 'command' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/cmd/version.go#L15
unused-parameter: parameter 'command' seems to be unused, consider removing or renaming it as _ (revive)
|