chore(lint): enable gci+gofumpt and fix violations#757
Conversation
roborev: Combined Review (
|
316a01a to
3ce58b7
Compare
roborev: Combined Review (
|
|
Looks good, will merge when green |
Resolved conflicts |
roborev: Combined Review (
|
| } | ||
|
|
||
| func gitRevParse(t *testing.T, dir string, ref string) string { | ||
| func gitRevParse(t *testing.T, dir, ref string) string { |
There was a problem hiding this comment.
Not a fan of gofumpt making these changes. the prior one was clearer and will be what the agents write 100% of the time automatically.
There was a problem hiding this comment.
Should I revert these changes?
gciandgofumptformatters in .golangci.ymlgolangci-lint fmtto automatically fix formatting issues.Discovered this project from ArdanLabs' webinar "Practical Go Development with AI Agents".