[clang-tidy] disable readability-misleading-indentation
this only triggers because of some #ifdef and some of our macros. As all the code is clang-formatted anyway the warning is useless.
This commit is contained in:
parent
f00d9c45e0
commit
140fe9c50f
@ -71,6 +71,7 @@ Checks: >
|
||||
-readability-identifier-length,
|
||||
-readability-implicit-bool-conversion,
|
||||
-readability-magic-numbers,
|
||||
-readability-misleading-indentation,
|
||||
-readability-qualified-auto,
|
||||
-readability-suspicious-call-argument,
|
||||
-readability-uppercase-literal-suffix,
|
||||
|
Loading…
Reference in New Issue
Block a user