Sean Robinson
b918763adf
Enable clang-tidy readability-implicit-bool-conversion check
...
Enabling this check caught the implicit bool conversion with
default_arguments::operator& fixed in the previous commit.
Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
2022-02-07 14:27:06 -07:00
Sean Robinson
6a8b1318ec
Enable clang-tidy readability-container-size-empty check
...
Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
2022-02-07 14:27:06 -07:00
Sean Robinson
158b8a0d2f
Enable clang-tidy readability-braces-around-statements check
...
All tests still pass.
Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
2022-02-07 13:10:03 -07:00
Sean Robinson
9a9c3042aa
Add a clang-tidy configuration file
...
This file matches the current practices of the argparse project.
Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
2021-11-10 13:54:27 -07:00