ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
974 stars 330 forks source link

[4/N][Chore] Turn off golangci-lint rules except ray-operator #2138

Closed MortalHappiness closed 1 month ago

MortalHappiness commented 1 month ago

Why are these changes needed?

Because https://github.com/ray-project/kuberay/pull/2129 replaces the CI with pre-commit and https://github.com/ray-project/kuberay/pull/2128 adds new golangci-lint rules, the CI will fail. Therefore this PR temporarily turns off golangci-lint rules except ray-operator.

Related issue number

N/A

Checks