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
When rubocop is not installed, or when the installed version does not
match the version expected by Bundler, the 'pre_commit/rubo_cop' hook
passes 100% of the time because 'result.stdout' is empty.
This commit updates the hook to fail if anything is present in stderr
after the hook runs.
0 commit comments