Skip to content

refactor: [shortcut] Refactor the shortcut settings view #1599

refactor: [shortcut] Refactor the shortcut settings view

refactor: [shortcut] Refactor the shortcut settings view #1599

Triggered via pull request August 26, 2024 02:23
@KakueeenKakueeen
synchronize #895
Status Success
Total duration 3m 34s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
cppcheck: src/plugins/codeeditor/gui/workspacewidget.cpp#L71
Local variable 'cmd' shadows outer variable
cppcheck: src/plugins/option/optioncore/mainframe/shortcutitem.h#L22
The one definition rule is violated, different classes/structs have the same name 'KeyLabel'
cppcheck: src/plugins/option/optioncore/mainframe/shortcutsettingwidget.cpp#L502
Consider using std::count_if algorithm instead of a raw loop.
cppcheck: src/plugins/option/optioncore/mainframe/shortcutsettingwidget.cpp#L38
The function 'trUtf8' 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/