Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint: start: Fix 'unused-parameter' error
pkg/crc/machine/start.go:821:27: unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive) func configurePodmanProxy(ctx context.Context, sshRunner *crcssh.Runner, proxy *httpproxy.ProxyConfig) (err error) { ^ make: *** [Makefile:265: cross-lint] Error 1
- Loading branch information