ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
963 stars 328 forks source link

[Style] Fix golangci-lint rule: unparam #2195

Closed MortalHappiness closed 2 weeks ago

MortalHappiness commented 2 weeks ago

Why are these changes needed?

Based on https://github.com/ray-project/kuberay/pull/2128, there are some rules that need manual fixing. This PR fixes the rule: unparam

See https://golangci-lint.run/usage/linters/ for details.

Related issue number

N/A

Checks