Skip to content
Snippets Groups Projects
Commit d8c60bdd authored by kongr45gpen's avatar kongr45gpen
Browse files

Update CI to remove some false positives due to bugs in the style checkers

parent 346890c9
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ Checks: >
-misc-non-private-member-variables-in-classes,
performance-*,
readability-*,
WarningsAsErrors: '*,-misc-unused-parameters,-llvm-header-guard,-cppcoreguidelines-pro-type-member-init,-google-runtime-references,-clang-diagnostic-tautological-constant-out-of-range-compare,-readability-redundant-declaration'
WarningsAsErrors: '*,-misc-unused-parameters,-llvm-header-guard,-cppcoreguidelines-pro-type-member-init,-google-runtime-references,-clang-diagnostic-tautological-constant-out-of-range-compare,-readability-redundant-declaration,-clang-diagnostic-error,-misc-noexcept-move-constructor'
HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false
...
......
......@@ -9,7 +9,6 @@ set rules {
L006
T001
T002
T003
T004
T005
T006
......
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