Skip to content

feat: support notify_file_id push notifications #7680

feat: support notify_file_id push notifications

feat: support notify_file_id push notifications #7680

Triggered via pull request December 11, 2025 13:17
Status Success
Total duration 8m 59s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 9 warnings, and 9 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:509:18 [readability-identifier-length]: src/libsync/discoveryphase.cpp#L509
variable name 'ok' is too short, expected at least 3 characters
src/libsync/discoveryphase.cpp:486:35 [readability-function-cognitive-complexity]: src/libsync/discoveryphase.cpp#L486
function 'directoryListingIteratedSlot' has cognitive complexity of 26 (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
src/gui/folder.cpp:406:14 [readability-convert-member-functions-to-static]: src/gui/folder.cpp#L406
method 'showSyncResultPopup' can be made static
Run clang-format on test/testsyncjournaldb.cpp: test/testsyncjournaldb.cpp#L0
File test/testsyncjournaldb.cpp does not conform to Custom style guidelines. (lines 568)
Run clang-format on test/testremotediscovery.cpp: test/testremotediscovery.cpp#L0
File test/testremotediscovery.cpp does not conform to Custom style guidelines. (lines 228)
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 test/testfolderman.cpp: test/testfolderman.cpp#L0
File test/testfolderman.cpp does not conform to Custom style guidelines. (lines 481, 504, 519, 520, 521, 531, 533, 535, 536, 537, 538, 539, 540, 541, 542, 543, 546, 547, 548, 549, 550)
Run clang-format on test/syncenginetestutils.h: test/syncenginetestutils.h#L0
File test/syncenginetestutils.h does not conform to Custom style guidelines. (lines 607)
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 1795, 1796, 1797, 1798)