Skip to content

feat: improve coding selection settings #579

feat: improve coding selection settings

feat: improve coding selection settings #579

Triggered via pull request August 19, 2024 07:49
@add-uosadd-uos
opened #508
Status Success
Total duration 1m 11s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
cppcheck: src/common/mainwindow.cpp#L2960
Parameter 'key' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: src/common/platform/platform_mainwindow.cpp#L2977
Parameter 'key' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cppcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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/