[TD]#11091 item 12 array over run #639
CI_master.yml
on: push
Prepare
/
Prepare
7s
Ubuntu_20-04
/
Build
21m 26s
Ubuntu_22-04
/
Build
19m 55s
Windows
/
Build
34m 49s
Lint
/
Lint
6m 45s
WrapUp
/
WrapUp
12s
Annotations
12 errors and 30 warnings
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L93
Using variable 'open' before assignment (used-before-assignment)
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L945
bad operand type for unary -: NoneType (invalid-unary-operand-type)
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L1555
Unexpected keyword argument 'Degree' in function call (unexpected-keyword-arg)
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L3552
Using variable 'pythonopen' before assignment (used-before-assignment)
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Gui/DlgRevertToBackupConfigImp.cpp#L30
'ui_DlgRevertToBackupConfig.h' file not found [clang-diagnostic-error]
|
Lint / Lint:
src/Mod/Part/Gui/TaskAttacher.cpp#L52
'ui_TaskAttacher.h' file not found [clang-diagnostic-error]
|
Lint / Lint:
src/Mod/PartDesign/Gui/TaskFilletParameters.cpp#L39
'ui_TaskFilletParameters.h' file not found [clang-diagnostic-error]
|
Lint / Lint:
src/Mod/TechDraw/Gui/QGIView.cpp#L758
'Mod/TechDraw/Gui/moc_QGIView.cpp' file not found [clang-diagnostic-error]
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L1
would reformat src/Mod/Draft/importDXF.py
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L136
Line too long (135/100) (line-too-long)
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L137
Line too long (106/100) (line-too-long)
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L143
Line too long (103/100) (line-too-long)
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L160
Line too long (127/100) (line-too-long)
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L165
Line too long (102/100) (line-too-long)
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L167
Line too long (102/100) (line-too-long)
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L461
Line too long (104/100) (line-too-long)
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L775
Unnecessary parens after 'if' keyword (superfluous-parens)
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L778
Unnecessary parens after 'elif' keyword (superfluous-parens)
|
Lint / Lint:
src/Mod/Draft/importDXF.py#L3260
Line too long (120/100) (line-too-long)
|
Lint / Lint:
src/Mod/Mesh/App/WildMagic4/Wm4TRational.h#L34
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Lint / Lint:
src/Mod/Mesh/App/WildMagic4/Wm4TRational.h#L38
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Lint / Lint:
src/Mod/Mesh/App/WildMagic4/Wm4TRational.h#L40
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Lint / Lint:
src/Mod/Mesh/App/WildMagic4/Wm4TRational.h#L41
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Lint / Lint:
src/Mod/Part/Gui/TaskAttacher.cpp#L802
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Lint / Lint
fatal error: 'ui_DlgRevertToBackupConfig.h' file not found
|
Lint / Lint
fatal error: 'ui_TaskAttacher.h' file not found
|
Lint / Lint
fatal error: 'ui_TaskFilletParameters.h' file not found
|
Lint / Lint
fatal error: 'Mod/TechDraw/Gui/moc_QGIView.cpp' file not found
|
Lint / Lint:
src/Gui/DlgRevertToBackupConfigImp.cpp#L64
parameter name 'e' is too short, expected at least 2 characters [readability-identifier-length]
|
Lint / Lint:
src/Gui/DlgRevertToBackupConfigImp.cpp#L110
suspicious #include of file with '.cpp' extension [bugprone-suspicious-include]
|
Lint / Lint:
src/Mod/Mesh/App/WildMagic4/Wm4TRational.h#L28
class 'TRational' defines a copy constructor and a copy assignment operator but does not define a destructor, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
Lint / Lint:
src/Mod/Mesh/App/WildMagic4/Wm4TRational.h#L34
single-argument constructors must be marked explicit to avoid unintentional implicit conversions [google-explicit-constructor]
|
Lint / Lint:
src/Mod/Mesh/App/WildMagic4/Wm4TRational.h#L38
single-argument constructors must be marked explicit to avoid unintentional implicit conversions [google-explicit-constructor]
|
Lint / Lint:
src/Mod/Mesh/App/WildMagic4/Wm4TRational.h#L40
single-argument constructors must be marked explicit to avoid unintentional implicit conversions [google-explicit-constructor]
|
Lint / Lint:
src/Mod/Mesh/App/WildMagic4/Wm4TRational.h#L41
single-argument constructors must be marked explicit to avoid unintentional implicit conversions [google-explicit-constructor]
|
Lint / Lint:
src/Mod/Part/Gui/TaskAttacher.cpp#L63
return type 'const QString' is 'const'-qualified at the top level, which may reduce code readability without improving const correctness [readability-const-return-type]
|
Lint / Lint:
src/Mod/Part/Gui/TaskAttacher.cpp#L65
statement should be inside braces [readability-braces-around-statements]
|
Lint / Lint:
src/Mod/Part/Gui/TaskAttacher.cpp#L69
statement should be inside braces [readability-braces-around-statements]
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Lint-6576757396-Logs
Expired
|
178 KB |
|
Prepare-6576757396-Logs
Expired
|
52.5 KB |
|
Ubuntu_20-04-6576757396-Logs
Expired
|
1.37 MB |
|
Ubuntu_22-04-6576757396-Logs
Expired
|
1.38 MB |
|
Windows-6576757396-Logs
Expired
|
13.5 MB |
|