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
Improve error detection in clang-tidy/clang-format scripts (#2156)
- Error out of shell script if any command fails.
- Don't try to run on travis builds that are not PRs (i.e. don't have any upstream).
- Prefer origin/master over just master (some folks don't use master locally).
- Don't hide stderr by piping it to dev/null.
0 commit comments