Merge branch 'FreeCAD:main' into fontweight #44
Annotations
7 errors and 31 warnings
Codespell
Process completed with exit code 1.
|
Black (Python)
Process completed with exit code 1.
|
Pylint:
src/Mod/Draft/draftguitools/gui_edit.py#L416
Instance of 'Edit' has no 'delPoint' member (no-member)
|
Pylint:
src/Mod/Draft/importDXF.py#L90
Using variable 'open' before assignment (used-before-assignment)
|
Pylint:
src/Mod/Draft/importDXF.py#L921
bad operand type for unary -: NoneType (invalid-unary-operand-type)
|
Pylint:
src/Mod/Draft/importDXF.py#L3621
Using variable 'pythonopen' before assignment (used-before-assignment)
|
Pylint
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Codespell:
src/Mod/Draft/importDXF.py#L2137
LightYears ==> light years
|
Black (Python):
src/Mod/Draft/draftobjects/shapestring.py#L1
would reformat src/Mod/Draft/draftobjects/shapestring.py
|
Black (Python):
src/Mod/Draft/draftguitools/gui_edit.py#L1
would reformat src/Mod/Draft/draftguitools/gui_edit.py
|
Black (Python):
src/Mod/Draft/importDXF.py#L1
would reformat src/Mod/Draft/importDXF.py
|
Pylint:
src/Mod/Draft/draftguitools/gui_edit.py#L236
Line too long (112/100) (line-too-long)
|
Pylint:
src/Mod/Draft/draftguitools/gui_edit.py#L252
Line too long (109/100) (line-too-long)
|
Pylint:
src/Mod/Draft/draftguitools/gui_edit.py#L259
Line too long (189/100) (line-too-long)
|
Pylint:
src/Mod/Draft/draftguitools/gui_edit.py#L395
Line too long (104/100) (line-too-long)
|
Pylint:
src/Mod/Draft/draftguitools/gui_edit.py#L414
Line too long (134/100) (line-too-long)
|
Pylint:
src/Mod/Draft/draftguitools/gui_edit.py#L540
Line too long (103/100) (line-too-long)
|
Pylint:
src/Mod/Draft/draftguitools/gui_edit.py#L737
Line too long (101/100) (line-too-long)
|
Pylint:
src/Mod/Draft/draftguitools/gui_edit.py#L899
Line too long (102/100) (line-too-long)
|
Pylint:
src/Mod/Draft/draftguitools/gui_edit.py#L919
Bad indentation. Found 9 spaces, expected 8 (bad-indentation)
|
Pylint:
src/Mod/Draft/draftguitools/gui_edit.py#L922
Bad indentation. Found 9 spaces, expected 8 (bad-indentation)
|
Clazy
'iterator<std::forward_iterator_tag, OSD_Parallel::UniversalIterator>' is deprecated [-Wdeprecated-declarations]
|
Clazy
note: 'iterator<std::forward_iterator_tag, OSD_Parallel::UniversalIterator>' has been explicitly marked deprecated here
|
Clazy
note: expanded from macro '_GLIBCXX17_DEPRECATED'
|
Clazy:
src/Mod/Part/App/TopoShapeExpansion.cpp#L73
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
|
Clazy
note: expanded from macro 'FC_LOG_LEVEL_INIT'
|
Clazy
note: expanded from macro '_FC_LOG_LEVEL_INIT'
|
Clang-tidy:
src/Mod/Part/App/OpenCascadeAll.h#L24
declaration uses identifier '__OpenCascadeAll__', which is a reserved identifier [bugprone-reserved-identifier]
|
Clang-tidy:
src/Mod/Part/App/OpenCascadeAll.h#L36
duplicate include [readability-duplicate-include]
|
Clang-tidy:
src/Mod/Part/App/OpenCascadeAll.h#L499
duplicate include [readability-duplicate-include]
|
Clang-tidy:
src/Mod/Part/App/TopoShape.h#L62
use 'using' instead of 'typedef' [modernize-use-using]
|
Clang-tidy:
src/Mod/Part/App/TopoShape.h#L66
class 'NullShapeException' defines a 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/Mod/Part/App/TopoShape.h#L79
class 'BooleanException' defines a 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/Mod/Part/App/TopoShape.h#L92
variable 'classTypeId' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy
note: expanded from macro 'TYPESYSTEM_HEADER_WITH_OVERRIDE'
|
Clang-tidy:
src/Mod/Part/App/TopoShape.h#L95
pass by value and use std::move [modernize-pass-by-value]
|
Clang-tidy:
src/Mod/Part/App/TopoShape.h#L123
class 'TopoShape' defines a non-default destructor, a copy constructor and a copy assignment operator but does not define a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
The logs for this run have expired and are no longer available.
Loading