Mon, 18 Apr 2022 14:41:19 +0200
configure clang-tidy to ignore cert-err58-cpp for test code
--- /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'