Skip to content

fix: Packing icons with the buildin icon rule #140

fix: Packing icons with the buildin icon rule

fix: Packing icons with the buildin icon rule #140

Triggered via pull request December 12, 2023 02:08
@ClauszyClauszy
opened #76
Status Success
Total duration 38s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
cppcheck: src/grand-search/gui/searchconfig/blacklistview/blacklistdelegate.cpp#L66
Suspicious calculation. Please use parentheses to clarify the code. The code ''a&b?c:d'' should be written as either ''(a&b)?c:d'' or ''a&(b?c:d)''.
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/