feat: enhance semantic search detection logic#334
Merged
Johnson-zs merged 1 commit intoJul 1, 2026
Annotations
7 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-go@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run linuxdeepin/action-cppcheck@main:
src/dfm-search/dfm-search-lib/semantic/semanticsearcher.cpp#L35
Consider using std::any_of algorithm instead of a raw loop.
|
|
Run linuxdeepin/action-cppcheck@main:
src/dfm-search/dfm-search-lib/semantic/semanticsearcher.cpp#L25
Consider using std::any_of algorithm instead of a raw loop.
|
|
Run linuxdeepin/action-cppcheck@main:
src/dfm-search/dfm-search-lib/semantic/semanticsearcher.cpp#L102
Class 'SemanticSearcherData' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s).
|
|
Run linuxdeepin/action-cppcheck@main:
src/dfm-search/dfm-search-lib/semantic/semanticsearcher.cpp#L102
Class 'SemanticSearcherData' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s).
|
|
Run linuxdeepin/action-cppcheck@main:
src/dfm-search/dfm-search-lib/semantic/extractors/targetextractor.h#L8
Include file: <dfm-search/dimensionextractor.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
Run linuxdeepin/action-cppcheck@main:
src/dfm-search/dfm-search-lib/semantic/extractors/targetextractor.cpp#L7
Include file: "semantic/semanticruleengine.h" not found.
|
background
wait
wait-all
cancel
parallel
Loading