Skip to content

Improve how the UI shows that the client is actually syncing #3568

Improve how the UI shows that the client is actually syncing

Improve how the UI shows that the client is actually syncing #3568

Triggered via pull request June 17, 2024 13:42
Status Success
Total duration 54s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings and 7 notices
src/gui/accountsettings.cpp:1178:5 [readability-qualified-auto]: src/gui/accountsettings.cpp#L1178
'const auto folderMan' can be declared as 'auto *const folderMan'
src/gui/tray/usermodel.cpp:40:1 [cppcoreguidelines-avoid-non-const-global-variables]: src/gui/tray/usermodel.cpp#L40
variable 'Q_LOGGING_CATEGORY' is non-const and globally accessible, consider making it const
Run clang-format on src/gui/accountsettings.cpp: src/gui/accountsettings.cpp#L1
File src/gui/accountsettings.cpp does not conform to Custom style guidelines. (lines 1178)
Run clang-format on src/gui/folderstatusmodel.cpp: src/gui/folderstatusmodel.cpp#L1
File src/gui/folderstatusmodel.cpp does not conform to Custom style guidelines. (lines 988, 989, 1038, 1109, 1110, 1141, 1142, 1148, 1162, 1179)
Run clang-format on src/gui/tray/usermodel.cpp: src/gui/tray/usermodel.cpp#L1
File src/gui/tray/usermodel.cpp does not conform to Custom style guidelines. (lines 40)
Run clang-format on src/libsync/discoveryphase.cpp: src/libsync/discoveryphase.cpp#L1
File src/libsync/discoveryphase.cpp does not conform to Custom style guidelines. (lines 83, 283, 284)
Run clang-format on src/libsync/networkjobs.cpp: src/libsync/networkjobs.cpp#L1
File src/libsync/networkjobs.cpp does not conform to Custom style guidelines. (lines 1275)
Run clang-format on src/libsync/propagatedownload.cpp: src/libsync/propagatedownload.cpp#L1
File src/libsync/propagatedownload.cpp does not conform to Custom style guidelines. (lines 335, 1118)
Run clang-format on src/libsync/vfs/cfapi/cfapiwrapper.cpp: src/libsync/vfs/cfapi/cfapiwrapper.cpp#L1
File src/libsync/vfs/cfapi/cfapiwrapper.cpp does not conform to Custom style guidelines. (lines 435, 436, 437, 438)