feat: [ut] New plugin for unit test #295
call-static-check.yml
on: pull_request_target
static-check
/
static-check
4m 22s
Annotations
1 error and 10 warnings
static-check / static-check
Process completed with exit code 100.
|
static-check / static-check:
src/common/util/spinnerpainter.cpp#L7
Include file: <QtMath> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
static-check / static-check:
src/common/util/spinnerpainter.cpp#L8
Include file: <QPainterPath> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
static-check / static-check:
src/common/util/spinnerpainter.cpp#L70
The function 'stopAnimation' is never used.
|
static-check / static-check:
src/common/util/spinnerpainter.h#L8
Include file: <QPainter> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
static-check / static-check:
src/common/util/spinnerpainter.h#L9
Include file: <QTimer> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
static-check / static-check:
src/common/util/spinnerpainter.h#L11
Include file: <functional> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
static-check / static-check:
src/plugins/aimanager/openai/openaicompatiblellm.cpp#L72
Class 'OpenAiCompatibleLLMPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s).
|
static-check / static-check:
src/plugins/aimanager/openai/openaicompatiblellm.cpp#L72
Class 'OpenAiCompatibleLLMPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s).
|
static-check / static-check:
src/plugins/smartut/common/itemnode.cpp#L6
Include file: "utils/utils.h" not found.
|
static-check / static-check:
src/plugins/smartut/common/itemnode.cpp#L8
Include file: "common/util/qtcassert.h" not found.
|