x/build/cmd/gerritbot: perform gofmt checks before pushing to Gerrit #24946
Labels
Builders
x/build issues (builders, bots, dashboards)
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
In https://golang.org/cl/99337 a file using CRLF instead of LF line endings was added. When using git-codereview to send CLs, there is a gofmt check which prevents this. But it seems there is no corresponding check when sending CLs via Github PRs.
It would be nice to run the gofmt check also for PRs submitted via Github.
/cc @bradfitz @andybons
The text was updated successfully, but these errors were encountered: