configure clang-tidy to ignore cert-err58-cpp for test code

Mon, 18 Apr 2022 14:41:19 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 18 Apr 2022 14:41:19 +0200
changeset 523
6a981ec4d58b
parent 522
b91c50d023f4
child 524
e98b09018d32

configure clang-tidy to ignore cert-err58-cpp for test code

test/.clang-tidy file | annotate | diff | comparison | revisions
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/.clang-tidy	Mon Apr 18 14:41:19 2022 +0200
     1.3 @@ -0,0 +1,2 @@
     1.4 +# Disable static initialization warning for test code
     1.5 +Checks: '-cert-err58-cpp'

mercurial