Skip to content

refactor: [recent] Refactor recent plugin structure #1799

refactor: [recent] Refactor recent plugin structure

refactor: [recent] Refactor recent plugin structure #1799

Triggered via pull request November 19, 2024 09:53
@KakueeenKakueeen
synchronize #992
Status Success
Total duration 3m 27s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
cppcheck: src/plugins/recent/mainframe/itemdelegate.h#L12
The one definition rule is violated, different classes/structs have the same name 'ItemDelegate'
cppcheck: src/plugins/recent/mainframe/recentdisplaywidget.cpp#L379
Local variable 'doc' shadows outer variable
cppcheck: src/plugins/recent/mainframe/recentlistview.cpp#L43
Using reference to dangling temporary.
cppcheck: src/plugins/recent/mainframe/recentlistview.cpp#L43
Using reference to dangling temporary.
cppcheck: src/plugins/recent/mainframe/recentlistview.cpp#L43
Using reference to dangling temporary.
cppcheck: src/plugins/recent/mainframe/recentlistview.cpp#L114
Using reference to dangling temporary.
cppcheck: src/plugins/recent/mainframe/recentlistview.cpp#L62
The function 'prependItem' is never used.
cppcheck
The following actions use a deprecated Node.js version 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/