Part: Fix crash due to infinite recursion #1591
Annotations
7 errors and 10 warnings
Cpplint
Process completed with exit code 1.
|
Clang-tidy:
.clang-tidy#L11
unknown key 'AnalyzeTemporaryDtors'
|
Clang-tidy:
.clang-tidy#L11
unknown key 'AnalyzeTemporaryDtors'
|
Clang-tidy:
.clang-tidy#L11
unknown key 'AnalyzeTemporaryDtors'
|
Clang-tidy:
.clang-tidy#L11
unknown key 'AnalyzeTemporaryDtors'
|
Clang-tidy:
src/Mod/Part/Gui/TaskAttacher.cpp#L54
'ui_TaskAttacher.h' file not found [clang-diagnostic-error]
|
Clang-tidy
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cpplint:
src/Mod/Part/Gui/TaskAttacher.cpp#L57
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Mod/Part/Gui/TaskAttacher.cpp#L58
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Mod/Part/Gui/TaskAttacher.cpp#L59
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Mod/Part/Gui/TaskAttacher.cpp#L791
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Cpplint:
src/Mod/Part/Gui/TaskAttacher.cpp#L1251
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
Cpplint:
src/Mod/Part/Gui/TaskAttacher.cpp#L1310
Do not include .cpp files from other packages [build/include] [4]
|
Cpplint:
src/Mod/Part/Gui/TaskAttacher.cpp#L1108
Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Cpplint:
src/Mod/Part/Gui/TaskAttacher.cpp#L1214
Add #include <string> for string [build/include_what_you_use] [4]
|
Clazy
fatal error: 'ui_TaskAttacher.h' file not found
|
Loading