File export: generate a default filename if the selected object chang… #189
Annotations
9 errors and 33 warnings
Codespell
Process completed with exit code 1.
|
Cpplint
Process completed with exit code 1.
|
Clang-tidy:
src/Gui/DlgMacroExecuteImp.cpp#L38
'ui_DlgMacroExecute.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/TaskCSysDragger.cpp#L50
'ui_TaskCSysDragger.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/Part/Gui/Mirroring.cpp#L72
'ui_Mirroring.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/PartDesign/Gui/Command.cpp#L72
'ui_DlgReference.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/PartDesign/Gui/SketchWorkflow.cpp#L40
'ui_DlgReference.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/Sketcher/Gui/CommandConstraints.cpp#L55
'ui_InsertDatum.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
|
Codespell:
src/Gui/CommandDoc.cpp#L813
Rever ==> Revert, Refer, Fever
|
Codespell:
src/Gui/CommandDoc.cpp#L1758
Propert ==> Property
|
Cpplint:
src/App/Document.cpp#L125
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/App/Document.cpp#L126
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/App/Document.cpp#L127
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/App/Document.cpp#L128
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/App/Document.cpp#L159
Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
|
Cpplint:
src/App/Document.cpp#L160
Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
|
Cpplint:
src/App/Document.cpp#L161
Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
|
Cpplint:
src/App/Document.cpp#L173
Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
|
Cpplint:
src/App/Document.cpp#L178
Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
|
Cpplint:
src/App/Document.cpp#L726
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
Clazy:
src/Base/Type.h#L119
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L150
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L155
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L160
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L165
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L170
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L175
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/TimeInfo.h#L70
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/TimeInfo.h#L70
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/TimeInfo.h#L76
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
|
Clang-tidy:
build/src/Gui/ViewProviderPy.h#L228
function 'Gui::ViewProviderPy::setCustomAttributes' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Clang-tidy
note: the definition seen here
|
Clang-tidy
note: differing parameters are named here: ('obj'), in definition: ('value')
|
Clang-tidy:
src/App/Document.cpp#L144
'Hasher' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer]
|
Clang-tidy:
src/App/Document.cpp#L145
declaration uses identifier '_RD', which is a reserved identifier [bugprone-reserved-identifier]
|
Clang-tidy:
src/App/Document.cpp#L146
declaration uses identifier '_RGEN', which is a reserved identifier [bugprone-reserved-identifier]
|
Clang-tidy:
src/App/Document.cpp#L147
declaration uses identifier '_RDIST', which is a reserved identifier [bugprone-reserved-identifier]
|
Clang-tidy:
src/App/Document.cpp#L147
5000 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/App/Document.cpp#L152
'activeObject' should be initialized in an in-class default member initializer [cppcoreguidelines-prefer-member-initializer]
|
Clang-tidy:
src/App/Document.cpp#L153
'activeUndoTransaction' should be initialized in an in-class default member initializer [cppcoreguidelines-prefer-member-initializer]
|
Loading