diff -r 2e6e9d9f2159 -r c9d008861178 tests/.clang-tidy --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/.clang-tidy Wed Feb 08 20:26:26 2023 +0100 @@ -0,0 +1,2 @@ +# Disable static initialization warning for test code +Checks: '-cert-err58-cpp'