Skip to content
Snippets Groups Projects
Commit c86e6893 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

clang-tidy -readability-misleading-indentation (fails, and we autoformat anyway)

parent fb11ab3e
No related branches found
No related tags found
1 merge request!522resolve a number of clang-tidy warnings
Pipeline #51552 passed
...@@ -69,6 +69,7 @@ Checks: '*, ...@@ -69,6 +69,7 @@ Checks: '*,
-performance-noexcept-move-constructor, -performance-noexcept-move-constructor,
-performance-no-automatic-move, -performance-no-automatic-move,
-performance-unnecessary-value-param, -performance-unnecessary-value-param,
-readability-misleading-indentation,
-readability-use-anyofallof, -readability-use-anyofallof,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment