Skip to content

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

Improve how the UI shows that the client is actually syncing

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

Triggered via pull request April 2, 2024 09:08
Status Success
Total duration 46s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 2 warnings, and 5 notices
src/gui/folder.cpp:16:10 [clang-diagnostic-error]: src/gui/folder.cpp#L16
'common/syncjournaldb.h' file not found
src/gui/accountsettings.cpp:1200:5 [readability-qualified-auto]: src/gui/accountsettings.cpp#L1200
'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 1200)
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, 1024, 1089, 1090, 1110, 1111, 1117, 1131, 1142)
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)