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
If I want to run on all go files in my repo, should I be calling the command differently?
Or alternatively, can we restrict golines to only run against *.go files?
The text was updated successfully, but these errors were encountered:
I am running:
golines -w --max-len=120 *
But get an error when this encounteres my go.mod file:
FATAL Error formatting source: exit status 2
I confirmed this by doing:
If I want to run on all go files in my repo, should I be calling the command differently?
Or alternatively, can we restrict
golines
to only run against*.go
files?The text was updated successfully, but these errors were encountered: