Skip to content

Commit a1550db

Browse files
committed
build: silence new clang-tidy warnings
1 parent 7d28c42 commit a1550db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.clang-tidy

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Checks: >
1414
section for it,
1515
-bugprone-assignment-in-if-condition,
1616
-bugprone-implicit-widening-of-multiplication-result,
17+
-bugprone-multi-level-implicit-pointer-conversion,
1718
-bugprone-not-null-terminated-result,
1819
-bugprone-suspicious-memory-comparison,
1920
-bugprone-switch-missing-default-case,
@@ -32,6 +33,7 @@ Checks: >
3233
-hicpp-signed-bitwise,
3334
-misc-unused-parameters,
3435
-modernize-macro-to-enum,
36+
-readability-avoid-nested-conditional-operator,
3537
-readability-else-after-return,
3638
-readability-function-size,
3739
-readability-isolate-declaration,
@@ -40,6 +42,7 @@ Checks: >
4042
-altera-*, Checks related to OpenCL programming for FPGAs. Not relevant,
4143
-android-*,
4244
-bugprone-easily-swappable-parameters,
45+
-bugprone-inc-dec-in-conditions,
4346
-bugprone-swapped-arguments,
4447
-clang-analyzer-*, Already covered by the cmake target "clang-analyzer",
4548
-cppcoreguidelines-avoid-non-const-global-variables,
@@ -65,6 +68,9 @@ Checks: >
6568
-cert-msc24-c,
6669
-cert-msc33-c,
6770
-cppcoreguidelines-avoid-magic-numbers,
71+
-cppcoreguidelines-macro-to-enum,
72+
-google-readability-braces-around-statements,
6873
-google-readability-function-size,
74+
-hicpp-braces-around-statements,
6975
-hicpp-function-size,
7076
-llvm-else-after-return,

0 commit comments

Comments
 (0)