-
Notifications
You must be signed in to change notification settings - Fork 167
Conform the code to the lint rule. #853
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
Labels
Comments
This issue has been automatically marked as stale because it has not had any activity for 30 days. It will be closed in a week if no further activity occurs. Thank you for your contributions. |
llamerada-jp
added a commit
that referenced
this issue
Jul 24, 2024
issue: #853 Signed-off-by: Yuji Ito <llamerada.jp@gmail.com>
llamerada-jp
added a commit
that referenced
this issue
Jul 25, 2024
issue: #853 Signed-off-by: Yuji Ito <llamerada.jp@gmail.com>
This was referenced Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
This issue is a follow-up to #760.
We applied kubebuilder go/v4 template in #760, go/v4 template uses golangci-lint for linter and contains default lint rules. However, the rule is commented out because there are many violations in the existing code. Therefore, we want to update the code to conform to the rules.
How
Enable the lint rule and modify the code according to its warnings.
Checklist
The text was updated successfully, but these errors were encountered: