cholla-hydro / cholla

A GPU-based hydro code
https://github.com/cholla-hydro/cholla/wiki
MIT License
60 stars 32 forks source link

Fix 11 clang-tidy checks #293

Closed bcaddy closed 1 year ago

bcaddy commented 1 year ago

Clang-Tidy Checks

Fixed and enabled the following clang-tidy Checks

Disabled cert-err58-cpp. It provides minimal benifit to us and flags every single gtest TEST macro as failing.

Other

alwinm commented 1 year ago

It looks good to me