ray-project / kuberay

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

[Chore] Use new golangci-lint rules only for ray-operator #2152

Closed MortalHappiness closed 1 month ago

MortalHappiness commented 1 month ago

Why are these changes needed?

Some CI fails because other modules (e.g. experimental) also use golangci-lint and the new rules in the repository root cause them to fail.

Therefore, this PR moves the .golangci.yml into the ray-operator folder.

Related issue number

N/A

Checks