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(ci): fail closed and exclude root-level vendor dirs
Address review feedback on the boilerplate checker:
- Exclusion globs like '*/node_modules/*' never matched a path starting
at the repository root; list each vendored directory in both forms.
- A missing merge base (shallow clone) printed a warning and exited 0,
which silently disabled the gate. Fail with an actionable message.
- Collect the file list into a variable first; process substitution ran
collect_files in a subshell and swallowed its non-zero exit.
Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
0 commit comments