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
We should probably have a make target for formatting go code (currently the contributors have their editors set up accordingly). Along with it we should have make targets checking that the code is formatted, e.g.:
make fmt
make check-fmt
According to a PR conversation, we might want to use an extension to gofumports for code formatting. We might want to consider moving this extension into a separate script files directory, maybe even repository.
We might also want to consider adding:
make get-tools
To download gofumports and|or scripts.
The text was updated successfully, but these errors were encountered:
juliaogris
changed the title
make: code formatting, tool installation
Automate code formatting, tool installation in make
Sep 28, 2020
We should probably have a make target for formatting go code (currently the contributors have their editors set up accordingly). Along with it we should have make targets checking that the code is formatted, e.g.:
According to a PR conversation, we might want to use an extension to
gofumports
for code formatting. We might want to consider moving this extension into a separate script files directory, maybe even repository.We might also want to consider adding:
To download gofumports and|or scripts.
The text was updated successfully, but these errors were encountered: