[clang-tidy] disable bugprone-macro-parentheses

this check has too many false positives (when the macro arguments are
types for example) so disable this.
This commit is contained in:
akallabeth 2024-09-05 08:43:20 +02:00
parent 7d48aee829
commit ec26c8c168
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Checks: >
-altera-unroll-loops,
-bugprone-easily-swappable-parameters,
-bugprone-assignment-in-if-condition,
-bugprone-macro-parentheses,
-cert-dcl16-c,
-cert-env33-c,
-cert-dcl50-cpp,