Skip to content

Commit

Permalink
Turn off some clang-tidy checks (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsss authored Apr 9, 2024
1 parent 4705854 commit 7fcd3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -131,4 +130,5 @@ HeaderFilterRegex: '^.*/(src|unittests)/.*\.(h|hpp)$'
WarningsAsErrors: '*'
ExtraArgs:
- -D__cpp_concepts=202002
- -Wno-builtin-macro-redefined

0 comments on commit 7fcd3e4

Please sign in to comment.