Skip to content

WIP: feat: support notify_file_id push notifications #6941

WIP: feat: support notify_file_id push notifications

WIP: feat: support notify_file_id push notifications #6941

Triggered via pull request September 23, 2025 12:51
Status Success
Total duration 35s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 6 warnings, and 5 notices
src/gui/folder.h:10:10 [clang-diagnostic-error]: src/gui/folder.h#L10
'syncresult.h' file not found
src/gui/folder.cpp:7:10 [clang-diagnostic-error]: src/gui/folder.cpp#L7
'common/syncjournaldb.h' file not found
src/libsync/discoveryphase.cpp:621:18 [readability-identifier-length]: src/libsync/discoveryphase.cpp#L621
variable name 'ok' is too short, expected at least 3 characters
src/libsync/discoveryphase.cpp:593:35 [readability-function-cognitive-complexity]: src/libsync/discoveryphase.cpp#L593
function 'directoryListingIteratedSlot' has cognitive complexity of 33 (threshold 25)
src/gui/folder.cpp:1017:17 [modernize-use-trailing-return-type]: src/gui/folder.cpp#L1017
use a trailing return type for this function
src/gui/folder.cpp:1012:14 [modernize-use-trailing-return-type]: src/gui/folder.cpp#L1012
use a trailing return type for this function
Run clang-format on test/testpushnotifications.cpp: test/testpushnotifications.cpp#L0
File test/testpushnotifications.cpp does not conform to Custom style guidelines. (lines 137)
Run clang-format on src/libsync/pushnotifications.cpp: src/libsync/pushnotifications.cpp#L0
File src/libsync/pushnotifications.cpp does not conform to Custom style guidelines. (lines 223, 228)
Run clang-format on src/gui/folder.h: src/gui/folder.h#L0
File src/gui/folder.h does not conform to Custom style guidelines. (lines 320)
Run clang-format on src/gui/folder.cpp: src/gui/folder.cpp#L0
File src/gui/folder.cpp does not conform to Custom style guidelines. (lines 1012)
Run clang-format on src/common/syncjournaldb.cpp: src/common/syncjournaldb.cpp#L0
File src/common/syncjournaldb.cpp does not conform to Custom style guidelines. (lines 1781, 1782, 1783, 1784)