Merge pull request #13411 from bgbsww/bgbsww-toponamingFeatureDressup… #13
CI_master.yml
on: push
Prepare
/
Prepare
4s
MacOS_13_Conda_Intel
/
Build
1h 29m
Ubuntu_20-04
/
Build
1h 33m
Ubuntu_22-04_Conda
/
Build
1h 35m
Windows
/
Build
1h 49m
Windows_Conda
/
Build
1h 34m
Lint
/
Lint
37m 5s
WrapUp
/
WrapUp
27s
Annotations
7 errors and 47 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.
|
Ubuntu_20-04 / Build
Process completed with exit code 1.
|
Ubuntu_22-04_Conda / Build
Process completed with exit code 1.
|
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 2876k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
|
Lint / Lint:
src/Mod/TechDraw/Gui/QGIFace.cpp#L212
indexIn ==> indexing, index in
|
Lint / Lint:
src/Mod/TechDraw/Templates/locale/es-AR/LEEME#L1
Autor ==> Author
|
Lint / Lint:
src/Mod/TechDraw/Templates/locale/de/A0_Landscape_ISO7200_DE.svg#L236
<-- trailing whitespace
|
Lint / Lint:
src/Mod/TechDraw/Templates/locale/de/A1_Landscape_ISO7200_DE.svg#L188
<-- trailing whitespace
|
Lint / Lint:
src/Mod/TechDraw/Templates/locale/de/A2_Landscape_ISO7200_DE.svg#L156
<-- trailing whitespace
|
Lint / Lint:
src/Mod/TechDraw/Templates/locale/de/A3_Landscape_ISO7200_DE.svg#L132
<-- trailing whitespace
|
Lint / Lint:
src/Mod/TechDraw/Templates/locale/de/A4_Landscape_ISO7200_DE.svg#L116
<-- trailing whitespace
|
Lint / Lint:
src/Mod/TechDraw/Templates/locale/de/A4_Portrait_ISO7200_DE.svg#L116
<-- trailing whitespace
|
Lint / Lint:
src/Mod/TechDraw/Templates/locale/zh-CN/landscape/A0_Landscape_CN_CLIP.svg#L76
<-- trailing whitespace
|
Lint / Lint:
src/Mod/TechDraw/Templates/locale/zh-CN/landscape/A0_Landscape_CN_CLIP.svg#L78
<text x="57.3125" y="9">1</text> <-- trailing whitespace
|
Lint / Lint:
src/Mod/TechDraw/Templates/locale/zh-CN/landscape/A0_Landscape_CN_CLIP.svg#L95
<-- trailing whitespace
|
Lint / Lint:
src/Mod/TechDraw/Templates/locale/zh-CN/landscape/A0_Landscape_CN_CLIP.svg#L97
<text x="22" y="40.5417">A</text> <-- trailing whitespace
|
Lint / Lint:
src/Mod/AddonManager/manage_python_dependencies.py#L1
would reformat src/Mod/AddonManager/manage_python_dependencies.py
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L1
would reformat src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py
|
Lint / Lint:
src/Mod/AddonManager/manage_python_dependencies.py#L37
Unused addonmanager_freecad_interface imported as fci (unused-import)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L114
Line too long (105/100) (line-too-long)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L502
Line too long (102/100) (line-too-long)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L503
Line too long (102/100) (line-too-long)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L504
Line too long (103/100) (line-too-long)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L512
Line too long (118/100) (line-too-long)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L105
Todo switch to actually asserting this and remove the printed lines as soon as (fixme)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L502
Todo: This triggers a 'hasher mismatch' warning in TopoShape::mapSubElement as called by (fixme)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L512
Todo: Assert that the names in the ElementMap are good; in particular that they are hashed with a # starting (fixme)
|
|
Lint / Lint:
src/Base/Parameter.cpp#L807
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
|
Lint / Lint:
src/Base/Parameter.cpp#L878
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
|
Lint / Lint:
src/Base/Parameter.cpp#L955
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
|
Lint / Lint:
src/Base/Parameter.cpp#L1744
Unknown NOLINT error category: cppcoreguidelines-pro-type-reinterpret-cast [readability/nolint] [5]
|
Lint / Lint:
src/Base/Parameter.cpp#L1844
Unknown NOLINT error category: cppcoreguidelines-pro-type-reinterpret-cast [readability/nolint] [5]
|
Lint / Lint:
src/Base/Parameter.cpp#L1968
Unknown NOLINT error category: cppcoreguidelines-pro-type-reinterpret-cast [readability/nolint] [5]
|
Lint / Lint:
src/Mod/Part/App/ExtrusionHelper.cpp#L386
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/Part/App/ExtrusionHelper.cpp#L386
Use operator ! instead of not [readability/alt_tokens] [2]
|
Lint / Lint:
src/Mod/Part/App/ExtrusionHelper.cpp#L387
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/Part/App/ExtrusionHelper.cpp#L403
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/App/DocumentObject.cpp#L48
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
|
Lint / Lint
note: expanded from macro 'FC_LOG_LEVEL_INIT'
|
Lint / Lint
note: expanded from macro '_FC_LOG_LEVEL_INIT'
|
Lint / Lint:
src/App/ElementMap.cpp#L21
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
|
Lint / Lint
note: expanded from macro 'FC_LOG_LEVEL_INIT'
|
Lint / Lint
note: expanded from macro '_FC_LOG_LEVEL_INIT'
|
Lint / Lint:
src/App/ElementMap.cpp#L44
non-POD static (unordered_map) [-Wclazy-non-pod-global-static]
|
Lint / Lint:
src/App/ElementMap.cpp#L45
non-POD static (unordered_map) [-Wclazy-non-pod-global-static]
|
Lint / Lint
fatal error: 'Parameter.inl' file not found
|
Lint / Lint:
src/Gui/Command.cpp#L70
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
|
Lint / Lint:
build/src/App/DocumentObjectPy.h#L96
function 'App::DocumentObjectPy::getSubObject' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Lint / Lint
note: the definition seen here
|
WrapUp / WrapUp
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: geekyeggo/delete-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Lint-8685111187-Logs
Expired
|
239 KB |
|
Lint-8685111187-report.md
Expired
|
238 KB |
|
MacOS_13_Conda_Intel-8685111187-Logs
Expired
|
42.6 KB |
|
MacOS_13_Conda_Intel-8685111187-report.md
Expired
|
547 Bytes |
|
Prepare-8685111187-Logs
Expired
|
71.6 KB |
|
Prepare-8685111187-report.md
Expired
|
1.19 KB |
|
Ubuntu_20-04-8685111187-Logs
Expired
|
171 KB |
|
Ubuntu_20-04-8685111187-report.md
Expired
|
4.31 KB |
|
Ubuntu_22-04_Conda-8685111187-Logs
Expired
|
229 KB |
|
Ubuntu_22-04_Conda-8685111187-report.md
Expired
|
4.6 KB |
|
Windows-8685111187-Logs
Expired
|
2.19 MB |
|
Windows_Conda-8685111187-Logs
Expired
|
1.97 MB |
|