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
I see a lot of new lint errors indicated by this linter.
It would really be beneficial for the auto-fix feature in golangci-lint to be able to fix these.
$ golangci-lint linters | grep nlreturn
nlreturn: nlreturn checks for a new line before return and branch statements to increase code clarity [fast: true, auto-fix: false]
The text was updated successfully, but these errors were encountered:
I see a lot of new lint errors indicated by this linter.
It would really be beneficial for the
auto-fix
feature ingolangci-lint
to be able to fix these.The text was updated successfully, but these errors were encountered: