Skip to content

chore: Merge branch 'master' into develop/snipe #3679

chore: Merge branch 'master' into develop/snipe

chore: Merge branch 'master' into develop/snipe #3679

Triggered via pull request June 17, 2024 06:13
@rb-unionrb-union
synchronize #2019
Status Success
Total duration 50s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
cppcheck: src/dfm-base/base/device/deviceproxymanager.cpp#L112
The function 'asyncQueryProtocolInfo' is never used.
cppcheck: src/dfm-base/file/local/localfilehandler.cpp#L1239
Parameter 'urls' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: src/plugins/common/core/dfmplugin-fileoperations/fileoperations/fileoperationutils/docopyfileworker.cpp#L350
Finding the same expression on both sides of an operator is suspicious and might indicate a cut and paste or logic error. Please examine this code carefully to determine if it is correct.
cppcheck: src/plugins/common/core/dfmplugin-fileoperations/fileoperationsevent/fileoperationseventreceiver.cpp#L1432
The function 'handleOperationSaveRedoOperations' is never used.
cppcheck: src/plugins/daemon/daemonplugin-anything/anythingserver.h#L39
Member variable 'AnythingMonitorThread::started' is not initialized in the constructor.
cppcheck: src/plugins/filemanager/core/dfmplugin-workspace/utils/workspacehelper.cpp#L432
The function 'installWorkspaceWidgetToWindow' is never used.
cppcheck: src/plugins/filemanager/dfmplugin-search/searchmanager/maincontroller/maincontroller.cpp#L88
Statements following return, break, continue, goto or throw will never be executed.
cppcheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.