# HG changeset patch # User Mike Becker # Date 1650285679 -7200 # Node ID 6a981ec4d58bb0760474396a9839263fea0c1d21 # Parent b91c50d023f44c5949fa72c585a6991a4554d4ab configure clang-tidy to ignore cert-err58-cpp for test code 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'