feat: [ut] New plugin for unit test #311
Annotations
1 error and 10 warnings
Run reviews-team-test/ci-check-action@static-check
Process completed with exit code 100.
|
Run reviews-team-test/ci-check-action@static-check:
src/base/ai/abstractllm.cpp#L22
The function 'modelState' is never used.
|
Run reviews-team-test/ci-check-action@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.
|
Run reviews-team-test/ci-check-action@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.
|
Run reviews-team-test/ci-check-action@static-check:
src/common/util/spinnerpainter.cpp#L70
The function 'stopAnimation' is never used.
|
Run reviews-team-test/ci-check-action@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.
|
Run reviews-team-test/ci-check-action@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.
|
Run reviews-team-test/ci-check-action@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.
|
Run reviews-team-test/ci-check-action@static-check:
src/plugins/aimanager/openai/openaicompatiblellm.cpp#L47
Class 'OpenAiCompatibleLLMPrivate' has a constructor with 1 argument that is not explicit. Such, so called "Converting constructors", should in general be explicit for type safety reasons as that prevents unintended implicit conversions.
|
Run reviews-team-test/ci-check-action@static-check:
src/plugins/aimanager/openai/openaicompatiblellm.cpp#L326
The function 'setTemperature' is never used.
|
Run reviews-team-test/ci-check-action@static-check:
src/plugins/aimanager/openai/openaicompatiblellm.h#L5
Include file: <base/ai/abstractllm.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
Loading