Skip to content

Fix various typos throughout the codebase #222

Fix various typos throughout the codebase

Fix various typos throughout the codebase #222

Triggered via push March 18, 2024 14:51
Status Success
Total duration 2h 9m 51s
Artifacts 12

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 41 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/Arch/ArchWall.py#L181
Module 'ArchSketchObject' has no 'makeArchSketch' member (no-member)
Lint / Lint: src/Mod/Arch/ArchWall.py#L833
Instance of 'list' has no 'fuse' member (no-member)
Lint / Lint: src/Mod/Arch/ArchWall.py#L1143
Module 'ArchSketchObject' has no 'sortSketchWidth' member (no-member)
Lint / Lint: src/Mod/Arch/ArchWall.py#L1188
Module 'ArchSketchObject' has no 'sortSketchAlign' member (no-member)
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/Gui/Action.cpp#L1385
'moc_Action.cpp' file not found [clang-diagnostic-error]
Lint / Lint: src/Gui/DlgPreferencesImp.cpp#L51
'ui_DlgPreferences.h' file not found [clang-diagnostic-error]
Lint / Lint: src/Gui/Tree.cpp#L5737
'moc_Tree.cpp' file not found [clang-diagnostic-error]
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 1550k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/Mod/Fem/femobjects/constraint_tie.py#L1
would reformat src/Mod/Fem/femobjects/constraint_tie.py
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L1
would reformat src/Mod/Arch/ArchBuildingPart.py
Lint / Lint: src/Mod/Arch/ArchWall.py#L1
would reformat src/Mod/Arch/ArchWall.py
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L234
Line too long (136/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L244
Line too long (127/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L258
Line too long (149/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L269
Line too long (109/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L272
Line too long (122/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L273
Line too long (101/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L291
Line too long (118/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L333
Line too long (137/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L335
Line too long (172/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L338
Line too long (161/100) (line-too-long)
Lint / Lint: src/Gui/Tree.cpp#L975
objitem->object()->setupContextMenu(&editMenu, this, SLOT(onStartEditing()));
Lint / Lint: src/Gui/SoFCUnifiedSelection.cpp#L591
If you can, use sizeof(buf) instead of 512 as the 2nd arg to snprintf. [runtime/printf] [3]
Lint / Lint: src/Gui/SoFCUnifiedSelection.cpp#L668
If you can, use sizeof(buf) instead of 512 as the 2nd arg to snprintf. [runtime/printf] [3]
Lint / Lint: src/Gui/SoFCUnifiedSelection.cpp#L1233
Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration. [build/storage_class] [5]
Lint / Lint: src/Gui/Tree.cpp#L5371
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/Part/App/TopoShapeExpansion.cpp#L2916
"virtual" is redundant since function is already declared as "override" [readability/inheritance] [4]
Lint / Lint
fatal error: 'moc_Action.cpp' file not found
Lint / Lint
fatal error: 'ui_DlgPreferences.h' file not found
Lint / Lint: src/Gui/SoFCUnifiedSelection.cpp#L89
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
fatal error: 'moc_Tree.cpp' file not found
Lint / Lint: src/Mod/Part/App/PartFeature.cpp#L1187
unused parameter 'container' [-Wunused-parameter]
Lint / Lint: src/Mod/Part/App/PartFeature.cpp#L78
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/Gui/Action.cpp#L259
multiple declarations in a single statement reduces readability [readability-isolate-declaration]
Lint / Lint: src/Gui/Action.cpp#L310
function 'createToolTip' has cognitive complexity of 34 (threshold 25) [readability-function-cognitive-complexity]
Lint / Lint
note: +1, including nesting penalty of 0, nesting level increased to 1
Lint / Lint
note: +1, including nesting penalty of 0, nesting level increased to 1
Lint / Lint
note: +1
Lint / Lint
note: +1, including nesting penalty of 0, nesting level increased to 1
Lint / Lint
note: +1, including nesting penalty of 0, nesting level increased to 1
Lint / Lint
note: +1
Lint / Lint
note: +2, including nesting penalty of 1, nesting level increased to 2
Lint / Lint
note: +3, including nesting penalty of 2, nesting level increased to 3
Windows / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3, microsoft/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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-8328699426-Logs Expired
127 KB
Lint-8328699426-report.md Expired
126 KB
MacOS_13_Conda_Intel-8328699426-Logs Expired
40.2 KB
MacOS_13_Conda_Intel-8328699426-report.md Expired
528 Bytes
Prepare-8328699426-Logs Expired
7.29 KB
Prepare-8328699426-report.md Expired
608 Bytes
Ubuntu_20-04-8328699426-Logs Expired
164 KB
Ubuntu_20-04-8328699426-report.md Expired
3.13 KB
Ubuntu_22-04_Conda-8328699426-Logs Expired
178 KB
Ubuntu_22-04_Conda-8328699426-report.md Expired
3.7 KB
Windows-8328699426-Logs Expired
2.7 MB
Windows_Conda-8328699426-Logs Expired
1.37 MB