Skip to content

[TD]remove unsupported file type from dialog #2

[TD]remove unsupported file type from dialog

[TD]remove unsupported file type from dialog #2

Triggered via push July 26, 2023 07:58
Status Success
Total duration 2h 45m 56s
Artifacts 5
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 40 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: src/App/FreeCADInit.py#L413
Instance of 'FCADLogger' has no 'parent' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L413
Instance of 'FCADLogger' has no 'parent' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L537
Instance of 'FCADLogger' has no 'timing' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L542
Instance of 'FCADLogger' has no 'printTag' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L545
Instance of 'FCADLogger' has no 'lineno' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L556
Instance of 'FCADLogger' has no 'noUpdateUI' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L680
Instance of 'FCADLogger' has no 'title' member (no-member)
Lint / Lint
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 4339k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/App/IndexedName.h#L113
re-use ==> reuse
Lint / Lint: src/App/MappedName.cpp#L176
seperator ==> separator
Lint / Lint: src/App/ProgramOptionsUtilities.h#L33
strIn ==> string, strine, stein
Lint / Lint: src/App/ProgramOptionsUtilities.h#L35
strIn ==> string, strine, stein
Lint / Lint: src/App/ProgramOptionsUtilities.h#L39
strIn ==> string, strine, stein
Lint / Lint: src/App/ProgramOptionsUtilities.h#L40
strIn ==> string, strine, stein
Lint / Lint: src/App/StringHasher.cpp#L319
re-use ==> reuse
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L96
if (myGroup != 0) <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L143
const double lenFactor = aUnitsRecord.factors[ UNV164::LENGTH_FACTOR ]; <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L193
case 41: // Plane Stress Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L194
case 51: // Plane Strain Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L195
case 61: // Plate Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L196
case 74: // Membrane Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L197
case 81: // Axisymetric Solid Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L198
case 91: // Thin Shell Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L205
case 42: // Plane Stress Parabolic Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L206
case 52: // Plane Strain Parabolic Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/lazy_loader/lazy_loader.py#L1
would reformat src/3rdParty/lazy_loader/lazy_loader.py
Lint / Lint: data/tests/Crank.py#L1
would reformat data/tests/Crank.py
Lint / Lint: src/App/FreeCADInit.py#L1
would reformat src/App/FreeCADInit.py
Lint / Lint: data/tests/Crank.py#L104
Final newline missing (missing-final-newline)
Lint / Lint: data/tests/Crank.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: data/tests/Crank.py#L14
Missing function or method docstring (missing-function-docstring)
Lint / Lint: data/tests/Crank.py#L14
Redefining name 'points' from outer scope (line 49) (redefined-outer-name)
Lint / Lint: src/3rdParty/lazy_loader/lazy_loader.py#L33
Unknown option value for 'disable', expected a valid pylint message and got 'super-on-old-class' (unknown-option-value)
Lint / Lint: src/3rdParty/lazy_loader/lazy_loader.py#L26
Bad indentation. Found 2 spaces, expected 4 (bad-indentation)
Lint / Lint: src/3rdParty/lazy_loader/lazy_loader.py#L33
Bad indentation. Found 2 spaces, expected 4 (bad-indentation)
Lint / Lint: src/3rdParty/lazy_loader/lazy_loader.py#L34
Bad indentation. Found 4 spaces, expected 8 (bad-indentation)
Lint / Lint: src/3rdParty/lazy_loader/lazy_loader.py#L35
Bad indentation. Found 4 spaces, expected 8 (bad-indentation)
Lint / Lint: src/3rdParty/lazy_loader/lazy_loader.py#L36
Bad indentation. Found 4 spaces, expected 8 (bad-indentation)
Lint / Lint: src/3rdParty/libE57Format/include/E57Format.h#L221
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/3rdParty/libE57Format/include/E57Format.h#L250
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/3rdParty/libE57Format/include/E57Format.h#L251
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/3rdParty/libE57Format/include/E57Format.h#L293
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/3rdParty/libE57Format/include/E57Format.h#L365
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/3rdParty/libE57Format/include/E57Format.h#L391
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/3rdParty/libE57Format/include/E57Format.h#L435
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Windows / Build
Cache save failed.

Artifacts

Produced during runtime
Name Size
Lint-5666162136-Logs Expired
4.17 MB
Prepare-5666162136-Logs Expired
2.13 MB
Ubuntu_20-04-5666162136-Logs Expired
1.33 MB
Ubuntu_22-04-5666162136-Logs Expired
1.32 MB
Windows-5666162136-Logs Expired
13.7 MB