wpilibsuite / styleguide

Style guides for wpilibsuite projects
Other
5 stars 16 forks source link

Revert clang-tidy changes and print stderr on clang-format error #250

Closed calcmogul closed 1 year ago

calcmogul commented 1 year ago

clang-tidy returns 1 if it detects any errors, so we shouldn't kill processing in that case. Note that the clang-format return code changes were left intact.