Skip to content

Migrate to Qt 6

Migrate to Qt 6 #3246

Triggered via pull request April 5, 2024 10:53
@mgallienmgallien
synchronize #4584
feature/qt6
Status Success
Total duration 1m 29s
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/folder.h:20:10 [clang-diagnostic-error]: src/gui/folder.h#L20
'syncresult.h' file not found
src/gui/folder.cpp:560:14 [readability-function-cognitive-complexity]: src/gui/folder.cpp#L560
function 'slotWatchedPathChanged' has cognitive complexity of 38 (threshold 25)
src/gui/folder.cpp:560:37 [bugprone-easily-swappable-parameters]: src/gui/folder.cpp#L560
2 adjacent parameters of 'slotWatchedPathChanged' of similar type are easily swapped by mistake
src/gui/folder.cpp:639:10 [cppcoreguidelines-init-variables]: src/gui/folder.cpp#L639
variable 'watchedFileChangedExternally' is not initialized
src/gui/folder.cpp:1459:14 [readability-convert-member-functions-to-static]: src/gui/folder.cpp#L1459
method 'warnOnNewExcludedItem' can be made static
src/gui/folder.cpp:1459:36 [bugprone-easily-swappable-parameters]: src/gui/folder.cpp#L1459
2 adjacent parameters of 'warnOnNewExcludedItem' of similar type ('const int &') are easily swapped by mistake
Run clang-format on src/cmd/netrcparser.cpp: src/cmd/netrcparser.cpp#L1
File src/cmd/netrcparser.cpp does not conform to Custom style guidelines. (lines 66)
Run clang-format on src/common/remotepermissions.cpp: src/common/remotepermissions.cpp#L1
File src/common/remotepermissions.cpp does not conform to Custom style guidelines. (lines 21)
Run clang-format on src/gui/application.cpp: src/gui/application.cpp#L1
File src/gui/application.cpp does not conform to Custom style guidelines. (lines 263, 283, 431, 651, 910, 911, 915, 916)
Run clang-format on src/gui/folderstatusdelegate.cpp: src/gui/folderstatusdelegate.cpp#L1
File src/gui/folderstatusdelegate.cpp does not conform to Custom style guidelines. (lines 75)
Run clang-format on src/gui/generalsettings.cpp: src/gui/generalsettings.cpp#L1
File src/gui/generalsettings.cpp does not conform to Custom style guidelines. (lines 300)
Run clang-format on src/gui/networksettings.cpp: src/gui/networksettings.cpp#L1
File src/gui/networksettings.cpp does not conform to Custom style guidelines. (lines 65)
Run clang-format on src/gui/updater/updateinfo.cpp: src/gui/updater/updateinfo.cpp#L1
File src/gui/updater/updateinfo.cpp does not conform to Custom style guidelines. (lines 92)
Run clang-format on src/libsync/owncloudpropagator.cpp: src/libsync/owncloudpropagator.cpp#L1
File src/libsync/owncloudpropagator.cpp does not conform to Custom style guidelines. (lines 527, 528, 529)
Run clang-format on src/libsync/theme.cpp: src/libsync/theme.cpp#L1
File src/libsync/theme.cpp does not conform to Custom style guidelines. (lines 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962)
Run clang-format on test/sharetestutils.cpp: test/sharetestutils.cpp#L1
File test/sharetestutils.cpp does not conform to Custom style guidelines. (lines 240, 250, 256)