Skip to content

Base/Toponaming: Refactor to extract filters to new file #607

Base/Toponaming: Refactor to extract filters to new file

Base/Toponaming: Refactor to extract filters to new file #607

Triggered via push October 10, 2023 16:28
Status Success
Total duration 27m 18s
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

8 errors and 43 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/Arch/importOBJ.py#L54
Using variable 'open' before assignment (used-before-assignment)
Lint / Lint: src/Mod/Arch/importOBJ.py#L263
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
Process completed with exit code 1.
Lint / Lint: src/Gui/Tree.cpp#L5195
'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 1444k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/Mod/Arch/importOBJ.py#L1
would reformat src/Mod/Arch/importOBJ.py
Lint / Lint: src/Tools/SubWCRev.py#L1
would reformat src/Tools/SubWCRev.py
Lint / Lint: src/Mod/Arch/importOBJ.py#L87
Line too long (117/100) (line-too-long)
Lint / Lint: src/Mod/Arch/importOBJ.py#L97
Line too long (119/100) (line-too-long)
Lint / Lint: src/Mod/Arch/importOBJ.py#L100
Line too long (161/100) (line-too-long)
Lint / Lint: src/Mod/Arch/importOBJ.py#L178
Line too long (107/100) (line-too-long)
Lint / Lint: src/Mod/Arch/importOBJ.py#L204
Line too long (105/100) (line-too-long)
Lint / Lint: src/Mod/Arch/importOBJ.py#L238
Line too long (119/100) (line-too-long)
Lint / Lint: src/Mod/Arch/importOBJ.py#L245
Line too long (103/100) (line-too-long)
Lint / Lint: src/Mod/Arch/importOBJ.py#L248
Line too long (111/100) (line-too-long)
Lint / Lint: src/Mod/Arch/importOBJ.py#L266
Line too long (140/100) (line-too-long)
Lint / Lint: src/Mod/Arch/importOBJ.py#L272
Line too long (110/100) (line-too-long)
Lint / Lint: src/Gui/Tree.cpp#L871
objitem->object()->setupContextMenu(&editMenu, this, SLOT(onStartEditing()));
Lint / Lint: src/Base/FileInfo.h#L60
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/FileInfo.h#L61
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/Writer.cpp#L156
Unknown NOLINT error category: cppcoreguidelines-pro-type-reinterpret-cast [readability/nolint] [5]
Lint / Lint: src/Base/Writer.h#L183
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/Writer.h#L184
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/Writer.h#L225
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Mod/Fem/Gui/TaskPostBoxes.cpp#L129
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/Fem/Gui/TaskPostBoxes.cpp#L134
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/Fem/Gui/TaskPostBoxes.cpp#L702
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/Fem/Gui/TaskPostBoxes.cpp#L707
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
fatal error: 'moc_Tree.cpp' file not found
Lint / Lint
'PrintSelf' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
Lint / Lint
note: overridden virtual function is here
Lint / Lint
'GetMTime' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
Lint / Lint
note: overridden virtual function is here
Lint / Lint
'RequestData' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
Lint / Lint
note: overridden virtual function is here
Lint / Lint
'FillInputPortInformation' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
Lint / Lint
note: overridden virtual function is here
Lint / Lint
'PrintSelf' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
Lint / Lint: src/App/License.h#L68
do not use pointer arithmetic [cppcoreguidelines-pro-bounds-pointer-arithmetic]
Lint / Lint: src/Base/FileInfo.h#L60
single-argument constructors must be marked explicit to avoid unintentional implicit conversions [google-explicit-constructor]
Lint / Lint: src/Base/FileInfo.h#L60
declaration uses identifier '_FileName', which is a reserved identifier [bugprone-reserved-identifier]
Lint / Lint: src/Base/FileInfo.h#L61
single-argument constructors must be marked explicit to avoid unintentional implicit conversions [google-explicit-constructor]
Lint / Lint: src/Base/FileInfo.h#L61
declaration uses identifier '_FileName', which is a reserved identifier [bugprone-reserved-identifier]
Lint / Lint: src/Base/FileInfo.h#L155
parameter name 'p' is too short, expected at least 2 characters [readability-identifier-length]
Lint / Lint: src/Base/FileInfo.h#L161
member variable 'FileName' has protected visibility [cppcoreguidelines-non-private-member-variables-in-classes]
Lint / Lint: src/Base/Reader.cpp#L69
'parser' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer]
Lint / Lint: src/Base/Reader.cpp#L116
use auto when declaring iterators [modernize-use-auto]
Lint / Lint: src/Base/Reader.cpp#L121
do not use 'else' after 'return' [readability-else-after-return]

Artifacts

Produced during runtime
Name Size
Lint-6472140562-Logs Expired
1.34 MB
Prepare-6472140562-Logs Expired
164 KB
Ubuntu_20-04-6472140562-Logs Expired
1.36 MB
Ubuntu_22-04-6472140562-Logs Expired
1.37 MB
Windows-6472140562-Logs Expired
13 MB