Skip to content

[stable-3.14] improve again state tracking with terms of service app #4374

[stable-3.14] improve again state tracking with terms of service app

[stable-3.14] improve again state tracking with terms of service app #4374

Triggered via pull request October 23, 2024 16:41
Status Success
Total duration 24m 24s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error, 6 warnings, and 3 notices
src/gui/accountstate.cpp:451:14 [cppcoreguidelines-init-variables]: src/gui/accountstate.cpp#L451
variable 'termsOfServiceChanged' is not initialized
src/gui/owncloudgui.cpp:288:19 [readability-convert-member-functions-to-static]: src/gui/owncloudgui.cpp#L288
method 'slotNeedToAcceptTermsOfService' can be made static
src/gui/owncloudgui.cpp:288:50 [bugprone-easily-swappable-parameters]: src/gui/owncloudgui.cpp#L288
2 adjacent parameters of 'slotNeedToAcceptTermsOfService' of similar type ('int') are easily swapped by mistake
Run clang-format on src/gui/accountstate.cpp: src/gui/accountstate.cpp#L1
File src/gui/accountstate.cpp does not conform to Custom style guidelines. (lines 448, 449, 451)
Run clang-format on src/gui/owncloudgui.cpp: src/gui/owncloudgui.cpp#L1
File src/gui/owncloudgui.cpp does not conform to Custom style guidelines. (lines 288, 292, 293, 294, 295)
Run clang-format on src/gui/owncloudgui.h: src/gui/owncloudgui.h#L1
File src/gui/owncloudgui.h does not conform to Custom style guidelines. (lines 97)