-
Notifications
You must be signed in to change notification settings - Fork 9.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
staticcheck: check unused, gosimple #10442
Labels
Comments
@hexfusion @spzala Can you look into these? |
@gyuho thanks and sure, I will look into it. @hexfusion please let me know if you are already looking at it. I may need some help with this but will let you know. Thanks! |
Go for it
…On Fri, Feb 1, 2019 at 6:10 PM Sahdev Zala ***@***.***> wrote:
@gyuho <https://github.com/gyuho> thanks and sure, I will look into it.
@hexfusion <https://github.com/hexfusion> please let me know if you are
already looking at it. I may need some help with this but will let you
know. Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10442 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABMR1QMrp4QEZdbGmQ7CRPU9IHfJFo1Qks5vJMlsgaJpZM4afH4D>
.
--
—
|
Related PR - #10631 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
unused and gosimple have been deprecated (folded into staticcheck).
We have to make sure that we configure staticcheck to not miss any fmt tests from unused and gosimple, since I removed them in #10441.
The text was updated successfully, but these errors were encountered: