Skip to content

chore: animation-dci supports custom icon #662

chore: animation-dci supports custom icon

chore: animation-dci supports custom icon #662

Triggered via pull request July 26, 2024 05:50
@kegechenkegechen
synchronize #247
Status Success
Total duration 29s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
cppcheck: examples/animation-dci/main.cpp#L49
Class 'IconWidget' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.
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/