Skip to content

feat: merge branch chinalife #223

feat: merge branch chinalife

feat: merge branch chinalife #223

Triggered via pull request August 11, 2023 06:00
@jeffshuaijeffshuai
synchronize #281
Status Success
Total duration 1m 37s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
cppcheck: deepin-system-monitor-main/gui/accounts_widget.cpp#L256
Consider using std::find_if algorithm instead of a raw loop.
cppcheck: deepin-system-monitor-main/gui/accounts_widget.cpp#L308
Consider using std::accumulate algorithm instead of a raw loop.
cppcheck: deepin-system-monitor-main/gui/accounts_widget.cpp#L304
The function 'getUserToBeOperated' is never used.
cppcheck: deepin-system-monitor-main/gui/accounts_widget.cpp#L313
The function 'onConnectTriggered' is never used.
cppcheck: deepin-system-monitor-main/gui/accounts_widget.cpp#L318
The function 'onDisconnectTriggered' is never used.
cppcheck: deepin-system-monitor-main/gui/accounts_widget.cpp#L323
The function 'onLogoutTriggered' is never used.
cppcheck: deepin-system-monitor-main/gui/user_page_widget.cpp#L285
Variable 'pa' is assigned a value that is never used.
cppcheck: deepin-system-monitor-main/model/accounts_info_model.cpp#L132
Found a exit path from function with non-void return type that has missing return statement
cppcheck: deepin-system-monitor-main/model/accounts_info_model.cpp#L139
Consider using std::find_if algorithm instead of a raw loop.
cppcheck: deepin-system-monitor-main/model/accounts_info_model.cpp#L160
Consider using std::find_if algorithm instead of a raw loop.