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
The motivation here is have to think less about code formatting when
writing code, e.g. " Should I break this long list of args up? Should I
add a newline between all of these args".
The `golangci-lint` team don't want to inlcude this there for reasons[1]
so run it instead via `pre-commit`.
This is using a fork which just has one extra commit[2] until [3] is
merged upstream
[1] golangci/golangci-lint#1914
[2] segmentio/golines@dedb5a0
[3] segmentio/golines#103
0 commit comments