diff -r b91c50d023f4 -r 6a981ec4d58b test/.clang-tidy --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/.clang-tidy Mon Apr 18 14:41:19 2022 +0200 @@ -0,0 +1,2 @@ +# Disable static initialization warning for test code +Checks: '-cert-err58-cpp'