Skip to content

Feature/e2ee use hardware token secure storage #3232

Feature/e2ee use hardware token secure storage

Feature/e2ee use hardware token secure storage #3232

Triggered via pull request March 29, 2024 15:18
Status Success
Total duration 1m 13s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 10 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:1140:43 [bugprone-easily-swappable-parameters]: src/gui/accountsettings.cpp#L1140
2 adjacent parameters of 'showConnectionLabel' of similar type are easily swapped by mistake
src/gui/accountsettings.cpp:1517:23 [readability-convert-member-functions-to-static]: src/gui/accountsettings.cpp#L1517
method 'slotE2eEncryptionCertificateNeedMigration' can be made static
src/gui/accountsettings.cpp:1525:23 [readability-convert-member-functions-to-static]: src/gui/accountsettings.cpp#L1525
method 'updateBlackListAndScheduleFolderSync' can be made static
src/gui/systray.cpp:326:15 [readability-convert-member-functions-to-static]: src/gui/systray.cpp#L326
method 'createEncryptionTokenDiscoveryDialog' can be made static
src/gui/systray.cpp:344:15 [readability-convert-member-functions-to-static]: src/gui/systray.cpp#L344
method 'destroyEncryptionTokenDiscoveryDialog' can be made static
src/gui/systray.cpp:354:15 [modernize-use-trailing-return-type]: src/gui/systray.cpp#L354
use a trailing return type for this function
src/libsync/discoveryphase.cpp:467:37 [bugprone-easily-swappable-parameters]: src/libsync/discoveryphase.cpp#L467
2 adjacent parameters of 'propertyMapToRemoteInfo' of similar type are easily swapped by mistake
Run clang-format on src/common/syncjournaldb.cpp: src/common/syncjournaldb.cpp#L1
File src/common/syncjournaldb.cpp does not conform to Custom style guidelines. (lines 51, 989, 991)
Run clang-format on src/csync/csync.h: src/csync/csync.h#L1
File src/csync/csync.h does not conform to Custom style guidelines. (lines 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 153, 155)
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 287, 288, 289, 290)
Run clang-format on src/gui/accountsettings.h: src/gui/accountsettings.h#L1
File src/gui/accountsettings.h does not conform to Custom style guidelines. (lines 65)
Run clang-format on src/gui/folder.cpp: src/gui/folder.cpp#L1
File src/gui/folder.cpp does not conform to Custom style guidelines. (lines 132)
Run clang-format on src/gui/owncloudgui.cpp: src/gui/owncloudgui.cpp#L1
File src/gui/owncloudgui.cpp does not conform to Custom style guidelines. (lines 139, 584)
Run clang-format on src/gui/settingsdialog.cpp: src/gui/settingsdialog.cpp#L1
File src/gui/settingsdialog.cpp does not conform to Custom style guidelines. (lines 213)
Run clang-format on src/gui/systray.cpp: src/gui/systray.cpp#L1
File src/gui/systray.cpp does not conform to Custom style guidelines. (lines 334)
Run clang-format on src/gui/systray.h: src/gui/systray.h#L1
File src/gui/systray.h does not conform to Custom style guidelines. (lines 21, 198)
Run clang-format on src/gui/tray/activitylistmodel.cpp: src/gui/tray/activitylistmodel.cpp#L1
File src/gui/tray/activitylistmodel.cpp does not conform to Custom style guidelines. (lines 44, 53, 234, 376, 683, 684, 685, 686)