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

clang-tidy warnings down to 0, with many outcommented of course

parent 2abd17f7
No related branches found
No related tags found
1 merge request!457a few more changes suggested by clang-tidy
Pipeline #49266 passed
......@@ -43,6 +43,7 @@ Checks: '*,
-cppcoreguidelines-pro-type-member-init,
-cppcoreguidelines-pro-type-reinterpret-cast,
-cppcoreguidelines-pro-type-vararg,
-cppcoreguidelines-slicing,
-fuchsia-default-arguments-calls,
-fuchsia-default-arguments-declarations,
-fuchsia-overloaded-operator,
......@@ -72,6 +73,7 @@ Checks: '*,
-readability-isolate-declaration,
-performance-inefficient-vector-operation,
-performance-unnecessary-copy-initialization,
-SectionComment_Disabled_unless_3rdparty_libraries_are_improved,
......@@ -140,6 +142,7 @@ Checks: '*,
-bugprone-exception-escape,
-bugprone-misplaced-widening-cast,
-bugprone-copy-constructor-init,
'
# keep the closing quotation mark
\ No newline at end of file
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