Skip to content

fix: unvail "error" log output #396

fix: unvail "error" log output

fix: unvail "error" log output #396

Triggered via pull request July 30, 2024 09:35
@jeffshuaijeffshuai
synchronize #362
Status Success
Total duration 1m 1s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
cppcheck: deepin-system-monitor-main/common/common.h#L149
Parameter 'msg' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: deepin-system-monitor-main/system/sys_info.cpp#L386
Parameter 'loadAvg' can be declared with const
cppcheck
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/