Skip to content

Feature/e2ee use hardware token secure storage #5049

Feature/e2ee use hardware token secure storage

Feature/e2ee use hardware token secure storage #5049

Triggered via pull request January 29, 2025 13:14
Status Success
Total duration 3h 10m 46s
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:1151:43 [bugprone-easily-swappable-parameters]: src/gui/accountsettings.cpp#L1151
2 adjacent parameters of 'showConnectionLabel' of similar type are easily swapped by mistake
src/gui/accountsettings.cpp:1531:23 [readability-convert-member-functions-to-static]: src/gui/accountsettings.cpp#L1531
method 'slotE2eEncryptionCertificateNeedMigration' can be made static
src/gui/accountsettings.cpp:1539:23 [readability-convert-member-functions-to-static]: src/gui/accountsettings.cpp#L1539
method 'updateBlackListAndScheduleFolderSync' can be made static
src/gui/systray.cpp:322:15 [readability-convert-member-functions-to-static]: src/gui/systray.cpp#L322
method 'createEncryptionTokenDiscoveryDialog' can be made static
src/gui/systray.cpp:340:15 [readability-convert-member-functions-to-static]: src/gui/systray.cpp#L340
method 'destroyEncryptionTokenDiscoveryDialog' can be made static
src/gui/systray.cpp:350:15 [modernize-use-trailing-return-type]: src/gui/systray.cpp#L350
use a trailing return type for this function
src/libsync/clientsideencryption.cpp:3009:1 [cppcoreguidelines-pro-type-member-init]: src/libsync/clientsideencryption.cpp#L3009
constructor does not initialize these fields: _privateKeyData, _certificate
src/libsync/clientsideencryption.cpp:3014:1 [cppcoreguidelines-pro-type-member-init]: src/libsync/clientsideencryption.cpp#L3014
constructor does not initialize these fields: _privateKeyData, _certificate
src/libsync/clientsideencryption.cpp:3023:1 [cppcoreguidelines-pro-type-member-init]: src/libsync/clientsideencryption.cpp#L3023
constructor does not initialize these fields: _privateKeyData, _certificate
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, 52, 53, 1001, 1003)
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 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 157, 159, 160)
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 297, 298, 299, 300)
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/filedetails/sharemodel.cpp: src/gui/filedetails/sharemodel.cpp#L1
File src/gui/filedetails/sharemodel.cpp does not conform to Custom style guidelines. (lines 640)
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 141)
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 152, 616)
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 330)
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 199)
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 356, 657, 658, 659, 660)