Turn off some clang-tidy checks (#1344)

This commit is contained in:
Sergey Kuznetsov
2024-04-09 17:24:05 +01:00
committed by GitHub
parent 470585461d
commit 7fcd3e48bd

View File

@@ -29,7 +29,6 @@ Checks: '-*,
bugprone-posix-return,
bugprone-redundant-branch-condition,
bugprone-reserved-identifier,
bugprone-unused-return-value,
bugprone-shared-ptr-array-mismatch,
bugprone-signal-handler,
bugprone-signed-char-misuse,
@@ -131,4 +130,5 @@ HeaderFilterRegex: '^.*/(src|unittests)/.*\.(h|hpp)$'
WarningsAsErrors: '*'
ExtraArgs:
- -D__cpp_concepts=202002
- -Wno-builtin-macro-redefined