Overcommit hooks #243
tpaulshippy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it just me, or is getting all the hooks to succeed a struggle more than half the time? I'm not talking about the struggle to get rubocop and rspec to pass (although that is real too). I'm talking about getting the model updates and rake tasks even succeed, let alone break specs or remove a bunch of stuff in aliases.json.
Here's an example of a blocker I had just now:

(UPDATE: I guess gemini API was having issues and it is now working ok)
I modified the logging to show me what provider was failing, and then I hit this:

My workaround is usually to disable overcommit and manually check rubocop/rspec. But I would love to have a better contributing experience here.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions