BIM: Fixed whitespace #170
Annotations
16 errors and 31 warnings
Codespell
Process completed with exit code 2.
|
Check for trailing whitespaces
Process completed with exit code 1.
|
Black (Python)
Process completed with exit code 2.
|
Pylint
Process completed with exit code 2.
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax)
Process completed with exit code 1.
|
Cpplint
Process completed with exit code 2.
|
Clang-tidy:
src/Gui/Application.cpp#L76
'GuiInitScript.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/PreferencePages/DlgSettingsNavigation.cpp#L42
'ui_DlgSettingsNavigation.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/Tree.cpp#L5855
'moc_Tree.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/VectorListEditor.cpp#L26
'ui_VectorListEditor.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/View3DInventorViewer.cpp#L4207
'moc_View3DInventorViewer.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/Fem/Gui/DlgSettingsFemElmerImp.cpp#L32
'ui_DlgSettingsFemElmer.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/Fem/Gui/TaskPostBoxes.cpp#L54
'ui_TaskPostClip.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/Material/Gui/MaterialTreeWidget.cpp#L46
'ui_MaterialsEditor.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:
src/Mod/TechDraw/Gui/DlgPrefsTechDrawAdvancedImp.cpp#L29
'ui_DlgPrefsTechDrawAdvanced.h' file not found [clang-diagnostic-error]
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check for trailing whitespaces:
src/Mod/BIM/ArchComponent.py#L318
<-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/ArchWall.py#L340
# get updated name (if any) of the selected PropertySet <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/ArchWall.py#L616
if (prop == "ArchSketchPropertySet" <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/ArchWall.py#L620
uuid = baseProxy.getPropertySet(obj, <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/TestArch.py#L782
<-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/TestArch.py#L792
<-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/TestArch.py#L807
<-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/PartDesign/PartDesignTests/TestHelix.py#L164
<-- trailing whitespace
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/Application.cpp#L2295
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/Tree.cpp#L1097
objitem->object()->setupContextMenu(&editMenu, this, SLOT(onStartEditing()));
|
Clazy:
src/Gui/SoDatumLabel.cpp#L65
Pass small and trivially-copyable type by value (const class SbVec3f &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Gui/SoDatumLabel.cpp#L75
Pass small and trivially-copyable type by value (const class SbVec3f &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Gui/SoDatumLabel.cpp#L75
Pass small and trivially-copyable type by value (const class SbVec3f &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Gui/SoDatumLabel.cpp#L81
Pass small and trivially-copyable type by value (const class SbVec3f &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Gui/SoDatumLabel.cpp#L102
Pass small and trivially-copyable type by value (const class SbVec3f &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Gui/SoDatumLabel.cpp#L102
Pass small and trivially-copyable type by value (const class SbVec3f &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Gui/SoDatumLabel.cpp#L627
Pass small and trivially-copyable type by value (const class SbVec3f &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Gui/SoDatumLabel.cpp#L627
Pass small and trivially-copyable type by value (const class SbVec3f &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Gui/SoDatumLabel.cpp#L656
Pass small and trivially-copyable type by value (const class SbVec3f &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Gui/SoDatumLabel.cpp#L656
Pass small and trivially-copyable type by value (const class SbVec3f &) [-Wclazy-function-args-by-value]
|
Clang-tidy:
build/src/Mod/Sketcher/App/SketchObjectPy.h#L437
function 'Sketcher::SketchObjectPy::setGeometryFacadeList' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Clang-tidy:
src/Gui/Application.cpp#L149
constructor does not initialize these fields: map [cppcoreguidelines-pro-type-member-init]
|
Clang-tidy:
src/Gui/Application.cpp#L157
do not use const_cast [cppcoreguidelines-pro-type-const-cast]
|
Clang-tidy:
src/Gui/Application.cpp#L165
do not use const_cast [cppcoreguidelines-pro-type-const-cast]
|
Clang-tidy:
src/Gui/Application.cpp#L187
class 'ApplicationP' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
Clang-tidy:
src/Gui/Application.cpp#L189
constructor does not initialize these fields: documents, passive [cppcoreguidelines-pro-type-member-init]
|
Clang-tidy:
src/Gui/Application.cpp#L223
32 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/Gui/Application.cpp#L228
variable 'o' is not initialized [cppcoreguidelines-init-variables]
|
Clang-tidy:
src/Gui/Application.cpp#L228
variable name 'o' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Gui/Application.cpp#L229
do not call c-style vararg functions [cppcoreguidelines-pro-type-vararg]
|
Loading