Skip to content

Merge branch 'FreeCAD:master' into gsoc2023_measure #31

Merge branch 'FreeCAD:master' into gsoc2023_measure

Merge branch 'FreeCAD:master' into gsoc2023_measure #31

Triggered via push September 15, 2023 07:09
Status Failure
Total duration 1h 44m 38s
Artifacts 5

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 37 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/Draft/importDXF.py#L938
bad operand type for unary -: NoneType (invalid-unary-operand-type)
Lint / Lint: src/Mod/Draft/importDXF.py#L1546
Unexpected keyword argument 'Degree' in function call (unexpected-keyword-arg)
Lint / Lint: src/Mod/Draft/importSVG.py#L780
Using variable 'inks_doc_name' before assignment (used-before-assignment)
Lint / Lint: src/Mod/Draft/importSVG.py#L961
Instance of 'svgHandler' has no 'doc' member (no-member)
Lint / Lint: src/Mod/Draft/importSVG.py#L1127
Value 'lastpole' is unsubscriptable (unsubscriptable-object)
Lint / Lint: src/Mod/Draft/importSVG.py#L1128
Value 'lastpole' is unsubscriptable (unsubscriptable-object)
Lint / Lint: src/Mod/Draft/importSVG.py#L1184
Value 'lastpole' is unsubscriptable (unsubscriptable-object)
Lint / Lint: src/Mod/Draft/importSVG.py#L1185
Value 'lastpole' is unsubscriptable (unsubscriptable-object)
Lint / Lint: src/Mod/Draft/importSVG.py#L1235
Instance of 'svgHandler' has no 'doc' member (no-member)
Lint / Lint: src/Mod/Draft/importSVG.py#L1254
Instance of 'svgHandler' has no 'doc' member (no-member)
Lint / Lint
Process completed with exit code 1.
Windows / Build
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 1980k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/Gui/Language/FreeCAD_ca.ts#L5721
<translation>%1. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_ca.ts#L12394
<translation>Trieu la vostra preferència per a la mida de la icona de la barra d’eines. Podeu ajustar <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L1932
<translation>'%1'. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L2970
Zadaná hodnota je koeficient pro vynásobení velikosti <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L3495
Pouze když je propojený dokument automaticky otevřen společně s hlavním <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L3497
Částečně načtený dokument nemůže být upravován. Plně jej načtete <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L4639
<translation>Stiskem tlačítka "Začni obnovení" spustíte obnovení dokumentu uvedeného níže. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L7929
<translation>Některé výrazy se nepodařilo analyzovat. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L8698
<translation>Synchronizovat původní konfigurovatelný zdrojový objekt tím, <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L8699
že se vytvoří nová kopie. Vemte v úvahu, že změny vykonané <-- trailing whitespace
Lint / Lint: src/Mod/Draft/draftfunctions/svg.py#L1
would reformat src/Mod/Draft/draftfunctions/svg.py
Lint / Lint: src/Mod/Draft/draftmake/make_circle.py#L1
would reformat src/Mod/Draft/draftmake/make_circle.py
Lint / Lint: src/Mod/Draft/draftguitools/gui_trackers.py#L1
would reformat src/Mod/Draft/draftguitools/gui_trackers.py
Lint / Lint: src/Mod/Draft/draftviewproviders/view_dimension.py#L1
would reformat src/Mod/Draft/draftviewproviders/view_dimension.py
Lint / Lint: src/Mod/Draft/importSVG.py#L1
would reformat src/Mod/Draft/importSVG.py
Lint / Lint: src/Mod/Drawing/DrawingExample.py#L1
would reformat src/Mod/Drawing/DrawingExample.py
Lint / Lint: src/Mod/Drawing/DrawingPatterns.py#L1
would reformat src/Mod/Drawing/DrawingPatterns.py
Lint / Lint: src/Mod/Draft/importDXF.py#L1
would reformat src/Mod/Draft/importDXF.py
Lint / Lint: src/Mod/Cloud/InitGui.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Mod/Cloud/InitGui.py#L19
Import outside toplevel (CloudGui) (import-outside-toplevel)
Lint / Lint: src/Mod/Cloud/InitGui.py#L19
Unused import CloudGui (unused-import)
Lint / Lint: src/Mod/Draft/draftfunctions/svg.py#L73
TODO: trap only specific exception; what is the problem? (fixme)
Lint / Lint: src/Mod/Draft/draftfunctions/svg.py#L36
Use 'from draftutils import utils' instead (consider-using-from-import)
Lint / Lint: src/Mod/Draft/draftfunctions/svg.py#L37
Use 'from draftfunctions import svgtext' instead (consider-using-from-import)
Lint / Lint: src/Mod/Draft/draftfunctions/svg.py#L72
Catching too general exception Exception (broad-exception-caught)
Lint / Lint: src/Mod/Draft/draftfunctions/svg.py#L68
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
Lint / Lint: src/Mod/Draft/draftfunctions/svg.py#L103
Too many arguments (7/5) (too-many-arguments)
Lint / Lint: src/Mod/Draft/draftfunctions/svg.py#L111
Formatting a regular string which could be a f-string (consider-using-f-string)
Lint / Lint: src/Gui/Application.cpp#L2144
QObject::connect(&mainApp, SIGNAL(messageReceived(const QList<QByteArray> &)), <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2145
&mw, SLOT(processMessages(const QList<QByteArray> &))); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2366
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Lint / Lint: src/App/DocumentPyImp.cpp#L636
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
Lint / Lint: src/App/MappedName.cpp#L233
Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
Lint / Lint: src/Gui/3Dconnexion/GuiNativeEventWin32.cpp#L715
Do not use variable-length arrays. Use an appropriately named ('k' followed by CamelCase) compile-time constant for the size. [runtime/arrays] [1]
Lint / Lint: src/Gui/3Dconnexion/GuiNativeEventWin32.cpp#L1099
Consider using CHECK_EQ instead of CHECK(a == b) [readability/check] [2]
Lint / Lint: src/Gui/3Dconnexion/GuiNativeEventWin32.cpp#L1102
Consider using CHECK_GE instead of CHECK(a >= b) [readability/check] [2]
Lint / Lint: src/Gui/DlgMacroExecuteImp.cpp#L480
Multi-line string ("...") found. This lint script doesn't do well with such strings, and may give bogus warnings. Use C++11 raw strings or concatenation instead. [readability/multiline_string] [5]

Artifacts

Produced during runtime
Name Size
Lint-6195035388-Logs Expired
1.84 MB
Prepare-6195035388-Logs Expired
1.65 MB
Ubuntu_20-04-6195035388-Logs Expired
1.36 MB
Ubuntu_22-04-6195035388-Logs Expired
1.38 MB
Windows-6195035388-Logs Expired
7.61 MB