Fem: Rename enable/disable electromagnetic properties #350
Annotations
13 errors and 37 warnings
Codespell
Process completed with exit code 1.
|
Black (Python)
Process completed with exit code 1.
|
Pylint:
src/Mod/Draft/DraftGui.py#L1634
Instance of 'DraftToolBar' has no 'ui' member (no-member)
|
Pylint:
src/Mod/Draft/drafttaskpanels/task_scale.py#L116
Instance of 'ScaleTaskPanel' has no 'scale_ghosts' member (no-member)
|
Pylint:
src/Mod/Draft/drafttaskpanels/task_scale.py#L129
Instance of 'ScaleTaskPanel' has no 'set_ghosts' member (no-member)
|
Pylint:
src/Mod/Draft/drafttaskpanels/task_scale.py#L130
Instance of 'ScaleTaskPanel' has no 'scale_ghosts' member (no-member)
|
Pylint:
src/Mod/Draft/drafttaskpanels/task_scale.py#L150
Instance of 'ScaleTaskPanel' has no 'scale_ghosts' member (no-member)
|
Pylint:
src/Mod/Draft/drafttaskpanels/task_scale.py#L168
Instance of 'ScaleTaskPanel' has no 'pick_ref' member (no-member)
|
Pylint:
src/Mod/Draft/drafttaskpanels/task_scale.py#L173
Instance of 'ScaleTaskPanel' has no 'scale' member (no-member)
|
Pylint:
src/Mod/Draft/drafttaskpanels/task_scale.py#L180
Instance of 'ScaleTaskPanel' has no 'finish' member (no-member)
|
Pylint:
src/Mod/Draft/draftutils/gui_utils.py#L108
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
|
Pylint:
src/Mod/Draft/draftutils/gui_utils.py#L229
Possibly using variable 'coin' before assignment (possibly-used-before-assignment)
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax)
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/CommandView.cpp#L595
Clippin ==> Clipping
|
Codespell:
src/Gui/CommandView.cpp#L3189
ure ==> sure, ire, are, urea, rue
|
Codespell:
src/Mod/Draft/draftutils/gui_utils.py#L376
overide ==> override
|
Codespell:
src/Mod/Draft/draftutils/gui_utils.py#L381
overide ==> override
|
Codespell:
src/Mod/Draft/draftutils/gui_utils.py#L385
overide ==> override
|
Codespell:
src/Mod/Draft/draftutils/gui_utils.py#L395
overide ==> override
|
Codespell:
src/Mod/Draft/draftutils/gui_utils.py#L398
overide ==> override
|
Codespell:
src/Mod/Draft/importDXF.py#L2159
LightYears ==> light years
|
Black (Python):
contrib/debugger/qt_pretty_printers_lldb.py#L1
would reformat contrib/debugger/qt_pretty_printers_lldb.py
|
Black (Python):
contrib/debugger/qt_pretty_printers_gdb.py#L1
would reformat contrib/debugger/qt_pretty_printers_gdb.py
|
Black (Python):
src/Mod/Draft/draftfunctions/join.py#L1
would reformat src/Mod/Draft/draftfunctions/join.py
|
Black (Python):
src/Mod/Draft/Draft.py#L1
would reformat src/Mod/Draft/Draft.py
|
Black (Python):
src/Mod/Draft/draftfunctions/move.py#L1
would reformat src/Mod/Draft/draftfunctions/move.py
|
Black (Python):
src/Mod/Draft/draftfunctions/rotate.py#L1
would reformat src/Mod/Draft/draftfunctions/rotate.py
|
Black (Python):
src/Mod/Draft/draftfunctions/scale.py#L1
would reformat src/Mod/Draft/draftfunctions/scale.py
|
Black (Python):
src/Mod/Draft/draftguitools/gui_move.py#L1
would reformat src/Mod/Draft/draftguitools/gui_move.py
|
Black (Python):
src/Mod/Draft/draftguitools/gui_scale.py#L1
would reformat src/Mod/Draft/draftguitools/gui_scale.py
|
Black (Python):
src/Mod/Draft/draftguitools/gui_rotate.py#L1
would reformat src/Mod/Draft/draftguitools/gui_rotate.py
|
Pylint:
contrib/debugger/qt_pretty_printers_gdb.py#L124
Final newline missing (missing-final-newline)
|
Pylint:
contrib/debugger/qt_pretty_printers_lldb.py#L79
Module 'lldb' has no 'SBError' member, but source is unavailable. Consider adding this module to extension-pkg-allow-list if you want to perform analysis based on run-time introspection of living objects. (c-extension-no-member)
|
Pylint:
src/Mod/Draft/Draft.py#L41
Statement seems to have no effect (pointless-statement)
|
Pylint:
src/Mod/Draft/Draft.py#L41
The if expression can be replaced with 'bool(test)' (simplifiable-if-expression)
|
Pylint:
src/Mod/Draft/Draft.py#L53
Import "from draftutils.utils import ARROW_TYPES as arrowtypes" should be placed at the top of the module (wrong-import-position)
|
Pylint:
src/Mod/Draft/Draft.py#L55
Import "from draftutils.utils import type_check, typecheck, get_param_type, getParamType, get_param, getParam, set_param, setParam, precision, tolerance" should be placed at the top of the module (wrong-import-position)
|
Pylint:
src/Mod/Draft/Draft.py#L66
Import "from draftutils.utils import get_real_name, getRealName, get_type, getType, get_objects_of_type, getObjectsOfType, is_clone, isClone, get_clone_base, getCloneBase, print_shape, printShape, compare_objects, compareObjects, shapify, is_closed_edge" should be placed at the top of the module (wrong-import-position)
|
Pylint:
src/Mod/Draft/Draft.py#L83
Import "from draftutils.utils import string_encode_coin, stringencodecoin, load_svg_patterns, loadSvgPatterns, svg_patterns, svgpatterns, get_rgb, getrgb, argb_to_rgba, rgba_to_argb, get_rgba_tuple" should be placed at the top of the module (wrong-import-position)
|
Pylint:
src/Mod/Draft/Draft.py#L95
Import "from draftfunctions.svg import get_svg, getSVG" should be placed at the top of the module (wrong-import-position)
|
Pylint:
src/Mod/Draft/Draft.py#L98
Import "from draftfunctions.dxf import get_dxf, getDXF" should be placed at the top of the module (wrong-import-position)
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Mod/Sketcher/Gui/TaskSketcherConstraints.cpp#L77
QAction* constr_##FUNC = menu.addAction(icon_##FUNC, tr(NAMESTR), this, SLOT(FUNC())); \
|
Cpplint:
src/App/Application.cpp#L161
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/App/Application.cpp#L162
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/App/Application.cpp#L163
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/App/Application.cpp#L164
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/App/Application.cpp#L165
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/App/Application.cpp#L684
Is this a non-const reference? If so, make const or use a pointer: bool &f [runtime/references] [2]
|
Cpplint:
src/App/Application.cpp#L684
Is this a non-const reference? If so, make const or use a pointer: boost::signals2::signal<void ()> &s [runtime/references] [2]
|
Loading