-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Make some linters really happy #22979
Comments
Relate to #22754 |
I would like to try on errcheck part. |
I'll take |
I'll try |
@Tjianke How is it going? I'll start the development this weekend if no activity yet. |
Merged PRs on most packages, 3 PRs still waiting for review. |
@tisonkun cool, thanks! |
|
The tasks in the description that are still open are the onces for staticcheck and errcheck. However looking at the So what's left to do here? Change the |
I think it would be a good idea to use |
Is this issue done? |
As far as I know everything is done |
All done. Thank you to all who participated! |
Description
Currently, we use "golangci-lint" to execute some linters, but due to some reasons, the entire project code may not really pass some necessary linters.
This issue is for everyone to work together to pass some necessary linters for this project. The specific parameters that need to be supported are shown in the task list below.
Related Information
Task List
We can cooperate in handling this issue by picking up the corresponding parameters.
The text was updated successfully, but these errors were encountered: