Skip to content

Commit

Permalink
Disabled false positive.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaduri committed Mar 11, 2024
1 parent 3c4a740 commit 5fe2529
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# misc-no-recursion is too noisy.
# modernize-raw-string-literal is very noisy.
# modernize-use-trailing-return-type is contrary to our style.
# readability-avoid-unconditional-preprocessor-if is triggered on platform-specific code
# readability-convert-member-functions-to-static is triggered for many callbacks.
# readability-function-cognitive-complexity needed by UI constructors.
# readability-isolate-declaration is noisy.
Expand Down Expand Up @@ -64,6 +65,7 @@ Checks: >
performance-*,
portability-*,
readability-*,
-readability-avoid-unconditional-preprocessor-if,
-readability-convert-member-functions-to-static,
-readability-function-cognitive-complexity,
-readability-isolate-declaration,
Expand Down

0 comments on commit 5fe2529

Please sign in to comment.