Sketcher: polyline: fix ESC exit tool #1
CI_master.yml
on: push
Prepare
/
Prepare
8s
MacOS_13_Conda_Intel
/
Build
1h 32m
Ubuntu_20-04
/
Build
1h 25m
Ubuntu_22-04_Conda
/
Build
1h 30m
Windows
/
Build
1h 58m
Windows_Conda
/
Build
1h 42m
Lint
/
Lint
3m 20s
WrapUp
/
WrapUp
5s
Annotations
10 errors and 44 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.
|
Lint / Lint:
src/3rdParty/OpenGL/api/GL/glext.h#L109
unknown type name 'GLenum'; did you mean 'enum'?
|
Lint / Lint:
src/3rdParty/OpenGL/api/GL/glext.h#L109
ISO C++ forbids forward references to 'enum' types
|
Lint / Lint:
src/3rdParty/OpenGL/api/GL/glext.h#L109
unknown type name 'GLuint'
|
Lint / Lint:
src/3rdParty/OpenGL/api/GL/glext.h#L109
unknown type name 'GLuint'
|
Lint / Lint:
src/3rdParty/OpenGL/api/GL/glext.h#L109
unknown type name 'GLsizei'
|
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 3750k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
|
Lint / Lint:
src/3rdParty/OndselSolver/testapp/gyro.asmt#L4
precess ==> process
|
Lint / Lint:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.h#L61
prevEnd ==> prevent
|
Lint / Lint:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.cpp#L64
prevEnd ==> prevent
|
Lint / Lint:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.cpp#L191
prevEnd ==> prevent
|
Lint / Lint:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.cpp#L197
prevEnd ==> prevent
|
Lint / Lint:
src/3rdParty/libE57Format/CHANGELOG.md#L38
intot ==> into
|
Lint / Lint:
src/3rdParty/libE57Format/CHANGELOG.md#L101
non-useful ==> useless
|
Lint / Lint:
src/3rdParty/libE57Format/CMakeLists.txt#L101
Revison ==> Revision
|
Lint / Lint:
contrib/.vscode/launch.json#L9
"program": "${command:cmake.buildDirectory}/tests/Tests_run", <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/launch.json#L36
"program": "${command:cmake.buildDirectory}/bin/FreeCAD", <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/scripts/VSCodeAutostartDebug.FCMacro#L14
# Open another port that the script WaitForDebugpy can probe to see if <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/scripts/WaitForDebugpy.py#L4
<-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/settings.json#L1
{ <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/settings.json#L2
// This disables vscode from adding lines to files.associations, <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/settings.json#L5
"C_Cpp.autoAddFileAssociations": false, <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/settings.json#L15
}, <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/settings.json#L23
"debug.showInStatusBar": "never", <-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/settings.json#L24
<-- trailing whitespace
|
Lint / Lint:
contrib/.vscode/scripts/WaitForDebugpy.py#L1
would reformat contrib/.vscode/scripts/WaitForDebugpy.py
|
Lint / Lint:
src/3rdParty/lazy_loader/lazy_loader.py#L1
would reformat src/3rdParty/lazy_loader/lazy_loader.py
|
Lint / Lint:
data/tests/Crank.py#L1
would reformat data/tests/Crank.py
|
Lint / Lint:
contrib/.vscode/scripts/WaitForDebugpy.py#L29
Final newline missing (missing-final-newline)
|
Lint / Lint:
contrib/.vscode/scripts/WaitForDebugpy.py#L1
Missing module docstring (missing-module-docstring)
|
Lint / Lint:
contrib/.vscode/scripts/WaitForDebugpy.py#L15
Missing function or method docstring (missing-function-docstring)
|
Lint / Lint:
contrib/.vscode/scripts/WaitForDebugpy.py#L24
Consider using 'sys.exit' instead (consider-using-sys-exit)
|
Lint / Lint:
contrib/.vscode/scripts/WaitForDebugpy.py#L26
Consider using 'sys.exit' instead (consider-using-sys-exit)
|
Lint / Lint:
data/tests/Crank.py#L104
Final newline missing (missing-final-newline)
|
Lint / Lint:
data/tests/Crank.py#L1
Missing module docstring (missing-module-docstring)
|
Lint / Lint:
data/tests/Crank.py#L14
Missing function or method docstring (missing-function-docstring)
|
Lint / Lint:
data/tests/Crank.py#L14
Redefining name 'points' from outer scope (line 49) (redefined-outer-name)
|
Lint / Lint:
src/3rdParty/lazy_loader/lazy_loader.py#L33
Unknown option value for 'disable', expected a valid pylint message and got 'super-on-old-class' (unknown-option-value)
|
Lint / Lint:
src/3rdParty/json/single_include/nlohmann/json.hpp#L68
Unknown NOLINT error category: modernize-macro-to-enum [readability/nolint] [5]
|
Lint / Lint:
src/3rdParty/json/single_include/nlohmann/json.hpp#L69
Unknown NOLINT error category: modernize-macro-to-enum [readability/nolint] [5]
|
Lint / Lint:
src/3rdParty/json/single_include/nlohmann/json.hpp#L70
Unknown NOLINT error category: modernize-macro-to-enum [readability/nolint] [5]
|
Lint / Lint:
src/3rdParty/json/single_include/nlohmann/json.hpp#L4039
Unknown NOLINT error category: cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays [readability/nolint] [5]
|
Lint / Lint:
src/3rdParty/json/single_include/nlohmann/json.hpp#L4045
Unknown NOLINT error category: cppcoreguidelines-pro-type-vararg,hicpp-vararg [readability/nolint] [5]
|
Lint / Lint:
src/3rdParty/json/single_include/nlohmann/json.hpp#L4381
Unknown NOLINT error category: cppcoreguidelines-non-private-member-variables-in-classes [readability/nolint] [5]
|
Lint / Lint:
src/3rdParty/json/single_include/nlohmann/json.hpp#L4385
Unknown NOLINT error category: bugprone-throw-keyword-missing [readability/nolint] [5]
|
Lint / Lint:
src/3rdParty/json/single_include/nlohmann/json.hpp#L4811
Unknown NOLINT error category: cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays [readability/nolint] [5]
|
Lint / Lint:
src/3rdParty/json/single_include/nlohmann/json.hpp#L5115
Unknown NOLINT error category: cert-dcl59-cpp,fuchsia-header-anon-namespaces,google-build-namespaces [readability/nolint] [5]
|
Lint / Lint:
src/3rdParty/json/single_include/nlohmann/json.hpp#L5118
Unknown NOLINT error category: misc-definitions-in-headers [readability/nolint] [5]
|
Ubuntu_22-04_Conda / Build
Mamba support is still experimental and can result in differently solved environments!
|
MacOS_13_Conda_Intel / Build
Mamba support is still experimental and can result in differently solved environments!
|
Windows_Conda / Build
Mamba support is still experimental and can result in differently solved environments!
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Lint-7562121785-Logs
Expired
|
239 KB |
|
Lint-7562121785-report.md
Expired
|
239 KB |
|
MacOS_13_Conda_Intel-7562121785-Logs
Expired
|
40.8 KB |
|
MacOS_13_Conda_Intel-7562121785-report.md
Expired
|
525 Bytes |
|
Prepare-7562121785-Logs
Expired
|
292 KB |
|
Prepare-7562121785-report.md
Expired
|
1.71 KB |
|
Ubuntu_20-04-7562121785-Logs
Expired
|
185 KB |
|
Ubuntu_20-04-7562121785-report.md
Expired
|
3.31 KB |
|
Ubuntu_22-04_Conda-7562121785-Logs
Expired
|
239 KB |
|
Ubuntu_22-04_Conda-7562121785-report.md
Expired
|
3.76 KB |
|
Windows-7562121785-Logs
Expired
|
2.49 MB |
|
Windows_Conda-7562121785-Logs
Expired
|
2.21 MB |
|