Hi all,
While recently contributing for the first time to Prometheus code base, I've noticed that the Go source files could be more consistently formatted. My IDE is configured for a long time to use "gofumpt" and "gci" formatters on file save, so "git diff" was producing a lot of unrelated changes to me, which is a bit annoying if one wants to produce clean commits without mixed changes, so some "git add -p" dance was required almost all the time.
Considering that both of mentioned formatters are backward compatible with core "gofmt" and that golangci-lint supports enforcing both of them, I'd like to propose enabling those linters on the repositories.
I believe this can also resolve some possible discussions on formatting, saving time and focus on more important areas of the code.
Let me know what you think.
Regards,