all: add support for clang-tidy

This commit is contained in:
Markus F.X.J. Oberhumer
2023-07-07 21:40:36 +02:00
parent c79aa6ad8a
commit d7754a97c7
5 changed files with 22 additions and 9 deletions
+2
View File
@@ -52,7 +52,9 @@
#pragma clang diagnostic ignored "-Wtautological-constant-compare"
#endif
// NOLINTBEGIN(bugprone-exception-escape)
#include <doctest/doctest/parts/doctest.cpp>
// NOLINTEND(bugprone-exception-escape)
#endif // DOCTEST_CONFIG_DISABLE