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: revive #2167

Closed MortalHappiness closed 3 weeks ago

MortalHappiness commented 1 month 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: revive

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

Related issue number

N/A

Checks