[clang-tidy] disable cppcoreguidelines-interfaces-global-init

this guideline is for C++ code. The same issue does not apply for C code
so these warnings are just noise outside of our C++ subprojects.
This commit is contained in:
akallabeth 2024-09-06 09:22:28 +02:00
parent 082c46ba64
commit 97a9f3238f
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Checks: >
-altera-id-dependent-backward-branch,
-altera-struct-pack-align,
-altera-unroll-loops,
-cppcoreguidelines-interfaces-global-init,
-bugprone-easily-swappable-parameters,
-bugprone-assignment-in-if-condition,
-bugprone-macro-parentheses,