Skip to content

detect the terms of service app is requiring the user to sign them #4352

detect the terms of service app is requiring the user to sign them

detect the terms of service app is requiring the user to sign them #4352

Triggered via pull request October 22, 2024 11:39
Status Success
Total duration 39s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 4 warnings, and 4 notices
src/gui/folder.cpp:16:10 [clang-diagnostic-error]: src/gui/folder.cpp#L16
'common/syncjournaldb.h' file not found
src/gui/accountstate.cpp:354:14 [cppcoreguidelines-init-variables]: src/gui/accountstate.cpp#L354
variable 'termsOfServiceChanged' is not initialized
src/gui/owncloudgui.cpp:298:19 [readability-convert-member-functions-to-static]: src/gui/owncloudgui.cpp#L298
method 'slotComputeOverallSyncStatus' can be made static
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 351, 352)
Run clang-format on src/gui/application.cpp: src/gui/application.cpp#L1
File src/gui/application.cpp does not conform to Custom style guidelines. (lines 630)
Run clang-format on src/gui/folder.cpp: src/gui/folder.cpp#L1
File src/gui/folder.cpp does not conform to Custom style guidelines. (lines 96, 97, 98, 99, 100, 101, 102, 103)
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 290, 291, 292, 293)