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
Reworked checks in pre-commit config to check if generated files are
consistent after running `make go-generate`, which is called when
building the release so we are confident this doesn't get broken in any
future PRs.
Calling golines when generating deepcopy, etc will ensure a consistent
formatting for these generated files.
Also reinstated go fix as this is now properly supported in recent go versions.
And finally simplify the ignore external call by using golines flag rather than
a grep on the go source dirs.
0 commit comments