Skip to content

Gui: Add nullptr check in showRotationCenter #21

Gui: Add nullptr check in showRotationCenter

Gui: Add nullptr check in showRotationCenter #21

Triggered via push September 5, 2023 08:41
Status Success
Total duration 3h 40m 15s
Artifacts 5

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 46 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.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 7982k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/3rdParty/libkdtree/examples/test_kdtree.cpp#L423
MERCHANTIBILITY ==> MERCHANTABILITY
Lint / Lint: src/3rdParty/libkdtree/kdtree++/allocator.hpp#L99
MERCHANTIBILITY ==> MERCHANTABILITY
Lint / Lint: src/3rdParty/libkdtree/kdtree++/iterator.hpp#L257
MERCHANTIBILITY ==> MERCHANTABILITY
Lint / Lint: src/3rdParty/libkdtree/kdtree++/kdtree.hpp#L51
guarenteed ==> guaranteed
Lint / Lint: src/3rdParty/libkdtree/kdtree++/kdtree.hpp#L302
convertable ==> convertible
Lint / Lint: src/3rdParty/libkdtree/kdtree++/kdtree.hpp#L405
comparisions ==> comparisons
Lint / Lint: src/3rdParty/libkdtree/kdtree++/kdtree.hpp#L709
substitude ==> substitute
Lint / Lint: src/3rdParty/libkdtree/kdtree++/kdtree.hpp#L1253
MERCHANTIBILITY ==> MERCHANTABILITY
Lint / Lint: src/3rdParty/libkdtree/kdtree++/node.hpp#L361
MERCHANTIBILITY ==> MERCHANTABILITY
Lint / Lint: src/3rdParty/libkdtree/kdtree++/allocator.hpp#L52
<-- trailing whitespace
Lint / Lint: src/3rdParty/libkdtree/kdtree++/kdtree.hpp#L179
// This should end up using some funky C++ concepts or <-- trailing whitespace
Lint / Lint: src/3rdParty/libkdtree/kdtree++/region.hpp#L60
// does it fall outside the bounds? <-- trailing whitespace
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L5
[(dim, "float", "unsigned long long", "f", "L") for dim in range(2,7)] <-- trailing whitespace
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L24
if (PyArg_ParseTuple($input,"(%s)%s", %s, &temp.data)!=0) <-- trailing whitespace
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L43
if (PyArg_ParseTuple($input,"%s", %s)!=0) <-- trailing whitespace
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L1
would reformat src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py
Lint / Lint: src/3rdParty/libkdtree/python-bindings/py-kdtree_test.py#L1
would reformat src/3rdParty/libkdtree/python-bindings/py-kdtree_test.py
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L143
Line too long (115/100) (line-too-long)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L158
Line too long (118/100) (line-too-long)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L164
Line too long (101/100) (line-too-long)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L187
Line too long (120/100) (line-too-long)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L241
Line too long (113/100) (line-too-long)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L244
Line too long (103/100) (line-too-long)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L249
Line too long (121/100) (line-too-long)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L8
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L8
Too many local variables (30/15) (too-many-locals)
Lint / Lint: src/Gui/Application.cpp#L2143
QObject::connect(&mainApp, SIGNAL(messageReceived(const QList<QByteArray> &)), <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2144
&mw, SLOT(processMessages(const QList<QByteArray> &))); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2365
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Tree.cpp#L871
objitem->object()->setupContextMenu(&editMenu, this, SLOT(onStartEditing()));
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#L3970
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#L3976
Unknown NOLINT error category: cppcoreguidelines-pro-type-vararg,hicpp-vararg [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L4314
Unknown NOLINT error category: cppcoreguidelines-non-private-member-variables-in-classes [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L4318
Unknown NOLINT error category: bugprone-throw-keyword-missing [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L4744
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#L5048
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#L5051
Unknown NOLINT error category: misc-definitions-in-headers [readability/nolint] [5]

Artifacts

Produced during runtime
Name Size
Lint-6082268190-Logs Expired
7.72 MB
Prepare-6082268190-Logs Expired
1.68 MB
Ubuntu_20-04-6082268190-Logs Expired
1.35 MB
Ubuntu_22-04-6082268190-Logs Expired
1.34 MB
Windows-6082268190-Logs Expired
26.4 MB