Skip to content

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

Improve how the UI shows that the client is actually syncing

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

Triggered via pull request February 9, 2024 19:49
Status Success
Total duration 54s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings and 5 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 985, 986, 1022, 1087, 1088, 1108, 1109, 1115, 1129, 1140)
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, 278, 279)
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)