feat(gvm): add cache flag #23
Annotations
1 error and 13 warnings
lint
issues found
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
Unexpected input(s) 'go_version', valid inputs are ['version', 'args', 'working-directory', 'github-token', 'only-new-issues', 'skip-go-installation', 'skip-pkg-cache', 'skip-build-cache']
|
lint
Unexpected input(s) 'go_version', valid inputs are ['version', 'args', 'working-directory', 'github-token', 'only-new-issues', 'skip-go-installation', 'skip-pkg-cache', 'skip-build-cache']
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint:
internal/vm/remote.go#L50
unused-parameter: parameter 'i' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
internal/vm/remote.go#L55
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
internal/vm/remote.go#L57
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
utilx/compress.go#L45
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)
|
lint:
cmd/root.go#L96
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/uninstall.go#L27
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/activate.go#L29
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/version.go#L24
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|