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
If I run pretty-quick with the --branch option and specify a branch that does not exist, I expect the tool to print out an appropriate error message and exit with exit code 1.
Instead, the tool "runs" without finding any issues:
❯ npx pretty-quick --branch asdf 🔍 Finding changed files since git revision null.🎯 Found 0 changed files.✅ Everything is awesome!
This bug can cause lingering issues because a configuration problem (like passing in the wrong environment variable) can go a long time without being detected.
The text was updated successfully, but these errors were encountered:
SUMMARY
If I run
pretty-quick
with the--branch
option and specify a branch that does not exist, I expect the tool to print out an appropriate error message and exit with exit code 1.Instead, the tool "runs" without finding any issues:
This bug can cause lingering issues because a configuration problem (like passing in the wrong environment variable) can go a long time without being detected.
The text was updated successfully, but these errors were encountered: