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
Problem:
- `clang-tidy` exits with success if the `.clang-tidy` file is ill-formed.
Solution:
- Add a clang-tidy-canary target which tests if `clang-tidy` has any error
output when run with `--verify-config`.
0 commit comments