Skip to content

Part: Use vector.data() to get data pointer #53

Part: Use vector.data() to get data pointer

Part: Use vector.data() to get data pointer #53

Triggered via push December 3, 2023 10:15
Status Success
Total duration 29m 20s
Artifacts 5

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 39 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp#L37
'ui_DlgPrefsTechDrawAnnotation.h' file not found [clang-diagnostic-error]
Lint / Lint
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 6410k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestInvoluteGear.py#L1
would reformat src/Mod/PartDesign/PartDesignTests/TestInvoluteGear.py
Lint / Lint: src/Mod/Arch/TestArch.py#L1
would reformat src/Mod/Arch/TestArch.py
Lint / Lint: src/Mod/Sketcher/SketcherTests/TestSketcherSolver.py#L1
would reformat src/Mod/Sketcher/SketcherTests/TestSketcherSolver.py
Lint / Lint: src/Mod/Test/Workbench.py#L1
would reformat src/Mod/Test/Workbench.py
Lint / Lint: src/Mod/Part/TestPartApp.py#L1
would reformat src/Mod/Part/TestPartApp.py
Lint / Lint: src/Mod/Spreadsheet/TestSpreadsheet.py#L1
would reformat src/Mod/Spreadsheet/TestSpreadsheet.py
Lint / Lint: src/Mod/Test/Document.py#L1
would reformat src/Mod/Test/Document.py
Lint / Lint: src/Mod/Arch/TestArch.py#L379
Line too long (156/100) (line-too-long)
Lint / Lint: src/Mod/Arch/TestArch.py#L675
Unnecessary parens after '=' keyword (superfluous-parens)
Lint / Lint: src/Mod/Arch/TestArch.py#L688
Unnecessary parens after '=' keyword (superfluous-parens)
Lint / Lint: src/Mod/Arch/TestArch.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Mod/Arch/TestArch.py#L382
Missing class docstring (missing-class-docstring)
Lint / Lint: src/Mod/Arch/TestArch.py#L393
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/Arch/TestArch.py#L399
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/Arch/TestArch.py#L443
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/Arch/TestArch.py#L459
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/Arch/TestArch.py#L465
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/TechDraw/App/Geometry.cpp#L125
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/App/Geometry.cpp#L1008
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/App/Geometry.cpp#L1025
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/App/Geometry.cpp#L1550
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/Gui/CommandExtensionPack.cpp#L162
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]
Lint / Lint: src/Mod/TechDraw/Gui/CommandExtensionPack.cpp#L164
Use operator || instead of or [readability/alt_tokens] [2]
Lint / Lint: src/Mod/TechDraw/Gui/CommandExtensionPack.cpp#L165
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]
Lint / Lint: src/Mod/TechDraw/Gui/CommandExtensionPack.cpp#L236
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]
Lint / Lint: src/Mod/TechDraw/Gui/CommandExtensionPack.cpp#L236
Use operator && instead of and [readability/alt_tokens] [2]
Lint / Lint: src/Mod/TechDraw/Gui/CommandExtensionPack.cpp#L238
Use operator || instead of or [readability/alt_tokens] [2]
Lint / Lint
fatal error: 'ui_DlgPrefsTechDrawAnnotation.h' file not found
Lint / Lint: src/Mod/TechDraw/Gui/QGIFace.h#L48
non-POD static (basic_string) [-Wclazy-non-pod-global-static]
Lint / Lint: src/Mod/Part/Gui/SoBrepFaceSet.cpp#L27
macro 'GL_GLEXT_PROTOTYPES' used to declare a constant; consider using a 'constexpr' constant [cppcoreguidelines-macro-usage]
Lint / Lint: src/Mod/Part/Gui/SoBrepFaceSet.cpp#L82
function-like macro 'PRIVATE' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
Lint / Lint: src/Mod/Part/Gui/SoBrepFaceSet.cpp#L84
class 'VBO' defines a non-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]
Lint / Lint: src/Mod/Part/Gui/SoBrepFaceSet.cpp#L87
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
Lint / Lint: src/Mod/Part/Gui/SoBrepFaceSet.cpp#L94
variable 'vboAvailable' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
Lint / Lint: src/Mod/Part/Gui/SoBrepFaceSet.cpp#L101
'indice_array' should be initialized in an in-class default member initializer [cppcoreguidelines-prefer-member-initializer]
Lint / Lint: src/Mod/Part/Gui/SoBrepFaceSet.cpp#L110
do not use C-style cast to convert between unrelated types [cppcoreguidelines-pro-type-cstyle-cast]
Lint / Lint: src/Mod/Part/Gui/SoBrepFaceSet.cpp#L110
integer to pointer cast pessimizes optimization opportunities [performance-no-int-to-ptr]
Lint / Lint: src/Mod/Part/Gui/SoBrepFaceSet.cpp#L112
do not use C-style cast to convert between unrelated types [cppcoreguidelines-pro-type-cstyle-cast]
Lint / Lint: src/Mod/Part/Gui/SoBrepFaceSet.cpp#L112
integer to pointer cast pessimizes optimization opportunities [performance-no-int-to-ptr]

Artifacts

Produced during runtime
Name Size
Lint-7076199797-Logs Expired
621 KB
Prepare-7076199797-Logs Expired
137 KB
Ubuntu_20-04-7076199797-Logs Expired
3.1 MB
Ubuntu_22-04-7076199797-Logs Expired
10.9 MB
Windows-7076199797-Logs Expired
15.5 MB