You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running golint ./... at the root directory lists a few issues (minor things such as underscore in names, += 1 --> ++, missing comments).
For code quality purposes, I would suggest to fix these, as well as adding a lint step in the CI chain to ensure it remains clean.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
Running
golint ./...
at the root directory lists a few issues (minor things such as underscore in names,+= 1
-->++
, missing comments).For code quality purposes, I would suggest to fix these, as well as adding a
lint
step in the CI chain to ensure it remains clean.Thank you!
The text was updated successfully, but these errors were encountered: