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
fix(review): add test for fix-required hook with empty scripts list
The `not h.scripts` guard added in _get_fix_required_hook_matchers treats a
fix-required HookDef with scripts=[] as always-unenforced (dispatch blocked).
No test covered this guard branch. Add test to verify the behavior explicitly.
0 commit comments