clang-tidy : disable warning about missing math parenthesis (#13091)

This commit is contained in:
Georgi Gerganov
2025-04-24 15:44:05 +03:00
committed by GitHub
parent 7c727fbe39
commit 572b3141d3

View File

@ -13,6 +13,7 @@ Checks: >
-readability-magic-numbers, -readability-magic-numbers,
-readability-uppercase-literal-suffix, -readability-uppercase-literal-suffix,
-readability-simplify-boolean-expr, -readability-simplify-boolean-expr,
-readability-math-missing-parentheses,
clang-analyzer-*, clang-analyzer-*,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
performance-*, performance-*,