-
Notifications
You must be signed in to change notification settings - Fork 82
golint warnings shouldn't be ignored #156
Comments
I'm fixing most of it right now. Will send a PR soon. |
@prashanthpai All of them? Or just for your PR? If it's all of them, awesome job! |
Also |
@kshlm For some reason, make verify gets stuck on my system for a very long time. Running
|
For the problem with golint, check this kshlm@daec652 I'd begun working on this a little while ago. I stopped because I didn't want fix all the lint warning at the time. |
Most of the checkers got killed by the deadline. It's too short. I set the deadline to 5 minutes to have all checkers run. |
There's also golang/lint#249 and golang/lint#239 |
make verify
currently runsgolint
as a part ofgometalinter
which is configured to mask warnings.This has created a lot of code which doesn't follow the suggested Go coding style. This needs to be fixed.
The text was updated successfully, but these errors were encountered: