Merge branch 'FreeCAD:main' into master #24
CI_master.yml
on: push
Prepare
/
Prepare
8s
Ubuntu_20-04
/
Build
1h 15m
Ubuntu_22-04
/
Build
1h 10m
Windows
/
Build
1h 55m
Lint
/
Lint
37m 6s
WrapUp
/
WrapUp
4s
Annotations
6 errors and 45 warnings
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 9473k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
|
Lint / Lint:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.h#L61
prevEnd ==> prevent
|
Lint / Lint:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.cpp#L64
prevEnd ==> prevent
|
Lint / Lint:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.cpp#L191
prevEnd ==> prevent
|
Lint / Lint:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.cpp#L197
prevEnd ==> prevent
|
Lint / Lint:
src/3rdParty/OndselSolver/testapp/gyro.asmt#L4
precess ==> process
|
Lint / Lint:
src/3rdParty/libE57Format/src/Decoder.cpp#L74
Constuct ==> Construct
|
Lint / Lint:
src/3rdParty/libE57Format/src/Decoder.cpp#L643
RegisterT ==> registered
|
Lint / Lint:
src/3rdParty/libE57Format/src/Decoder.cpp#L644
RegisterT ==> registered
|
Lint / Lint:
src/3rdParty/libE57Format/src/Decoder.cpp#L647
RegisterT ==> registered
|
Lint / Lint:
src/3rdParty/libE57Format/src/Decoder.cpp#L655
RegisterT ==> registered
|
Lint / Lint:
contrib/.vscode/launch.json#L9
"program": "${command:cmake.buildDirectory}/tests/Tests_run", <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/launch.json#L36
"program": "${command:cmake.buildDirectory}/bin/FreeCAD", <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/scripts/VSCodeAutostartDebug.FCMacro#L14
# Open another port that the script WaitForDebugpy can probe to see if <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/scripts/WaitForDebugpy.py#L4
<-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/settings.json#L1
{ <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/settings.json#L2
// This disables vscode from adding lines to files.associations, <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/settings.json#L5
"C_Cpp.autoAddFileAssociations": false, <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/settings.json#L15
}, <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/settings.json#L23
"debug.showInStatusBar": "never", <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/settings.json#L24
<-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/scripts/WaitForDebugpy.py#L1
would reformat contrib/.vscode/scripts/WaitForDebugpy.py
|
Lint / Lint:
src/Ext/freecad/project_utility.py#L1
would reformat src/Ext/freecad/project_utility.py
|
Lint / Lint:
contrib/.vscode/scripts/WaitForDebugpy.py#L29
Final newline missing (missing-final-newline)
|
Lint / Lint:
contrib/.vscode/scripts/WaitForDebugpy.py#L1
Missing module docstring (missing-module-docstring)
|
Lint / Lint:
contrib/.vscode/scripts/WaitForDebugpy.py#L15
Missing function or method docstring (missing-function-docstring)
|
Lint / Lint:
contrib/.vscode/scripts/WaitForDebugpy.py#L24
Consider using 'sys.exit' instead (consider-using-sys-exit)
|
Lint / Lint:
contrib/.vscode/scripts/WaitForDebugpy.py#L26
Consider using 'sys.exit' instead (consider-using-sys-exit)
|
Lint / Lint:
src/Ext/freecad/project_utility.py#L37
Consider using 'with' for resource-allocating operations (consider-using-with)
|
Lint / Lint:
src/Ext/freecad/project_utility.py#L49
Consider using 'with' for resource-allocating operations (consider-using-with)
|
Lint / Lint:
src/Ext/freecad/project_utility.py#L60
Consider using 'with' for resource-allocating operations (consider-using-with)
|
Lint / Lint:
src/Ext/freecad/utils.py#L1
Missing module docstring (missing-module-docstring)
|
Lint / Lint:
src/Gui/Application.cpp#L2168
QObject::connect(&mainApp, SIGNAL(messageReceived(const QList<QByteArray> &)), <--Consider using Functor-Based Connections
|
Lint / Lint:
src/Gui/Application.cpp#L2169
&mw, SLOT(processMessages(const QList<QByteArray> &))); <--Consider using Functor-Based Connections
|
Lint / Lint:
src/Gui/Application.cpp#L2390
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
|
Lint / Lint:
src/3rdParty/salomesmesh/inc/SMESH_MeshEditor.hxx#L77
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Lint / Lint:
src/App/Document.cpp#L1790
Consider using localtime_r(...) instead of localtime(...) for improved thread safety. [runtime/threadsafe_fn] [2]
|
Lint / Lint:
src/App/DocumentPyImp.cpp#L641
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
|
Lint / Lint:
src/App/ExtensionPython.h#L110
"virtual" is redundant since function is already declared as "override" [readability/inheritance] [4]
|
Lint / Lint:
src/App/ExtensionPython.h#L115
"virtual" is redundant since function is already declared as "override" [readability/inheritance] [4]
|
Lint / Lint:
src/App/PropertyGeo.cpp#L1260
Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
|
Lint / Lint:
src/App/StringHasher.h#L339
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
|
Lint / Lint:
src/Base/Bitmask.h#L116
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Lint / Lint:
src/Base/Console.h#L1174
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
|
Lint / Lint:
src/Base/Factory.h#L129
Unknown NOLINT error category: cppcoreguidelines-pro-type-const-cast [readability/nolint] [5]
|
Lint / Lint:
src/3rdParty/salomesmesh/inc/SMDS_MeshNode.hxx#L67
'SMDS_MeshNode::init' hides overloaded virtual function [-Woverloaded-virtual]
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Lint-7046927344-Logs
Expired
|
3.59 MB |
|
Prepare-7046927344-Logs
Expired
|
1.96 MB |
|
Ubuntu_20-04-7046927344-Logs
Expired
|
3.1 MB |
|
Ubuntu_22-04-7046927344-Logs
Expired
|
10.9 MB |
|
Windows-7046927344-Logs
Expired
|
30.5 MB |
|