Skip to content

feat: Web page screensaver #143

feat: Web page screensaver

feat: Web page screensaver #143

Triggered via pull request July 8, 2024 07:38
@yoho0623yoho0623
opened #79
Status Success
Total duration 34s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
cppcheck: customscreensaver/deepin-web-screensaver/src/singleinstance.cpp#L17
When an object of a class is created, the constructors of all member variables are called consecutively in the order the variables are declared, even if you don't explicitly write them to the initialization list. You could avoid assigning 'm_userKey' a value by passing the value to the constructor in the initialization list.
cppcheck: customscreensaver/deepin-web-screensaver/src/slideshowconfigdialog.h#L15
The one definition rule is violated, different classes/structs have the same name 'SlideShowConfigDialog'
cppcheck: customscreensaver/deepin-web-screensaver/src/slideshowscreensaver.h#L13
The one definition rule is violated, different classes/structs have the same name 'SlideshowScreenSaver'
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/