test/.clang-tidy

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
permissions
-rw-r--r--

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

universe@523 1 # Disable static initialization warning for test code
universe@523 2 Checks: '-cert-err58-cpp'

mercurial