-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Enable code formatting, go imports, linters in CI #76
Comments
I will keep this open. @feilengcui008 helps add linter and we still need to check fmt and goimports. If there's a difference, we should block the PR. |
/cc @wilsonwang371 |
Is this bug done? |
@wilsonwang371 which bug? |
golint has been marked as deprecated in golangci-lint. Above screenshot is not that helpful anymore. Default linter is good enough. golangci/golangci-lint#1892 |
There're lots of failures after we enable linter against apiserver and cli. |
Those issues have been fixed in #158 |
Search before asking
Description
We may not always remember to do this work which results in inconsistent formatting issue.
Let's create the standard to help us maintain the code here.
I think the overall idea is to improve project quality. See suggestions here https://goreportcard.com/report/github.com/ray-project/kuberay
Use case
To avoid inconsistency issue from different contributors.
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: