Skip to content

Support Windows .lnk files with VFS Cf API. #3514

Support Windows .lnk files with VFS Cf API.

Support Windows .lnk files with VFS Cf API. #3514

Triggered via pull request May 29, 2024 13:34
Status Success
Total duration 1m 16s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 10 warnings, and 9 notices
src/gui/folder.cpp:16:10 [clang-diagnostic-error]: src/gui/folder.cpp#L16
'common/syncjournaldb.h' file not found
src/common/filesystembase.h:35:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/common/filesystembase.h#L35
variable 'QFile' is non-const and globally accessible, consider making it const
src/gui/folder.cpp:182:65 [bugprone-branch-clone]: src/gui/folder.cpp#L182
repeated branch in conditional chain
src/gui/folder.cpp:1475:15 [readability-identifier-length]: src/gui/folder.cpp#L1475
variable name 'fi' is too short, expected at least 3 characters
src/gui/owncloudgui.cpp:517:13 [bugprone-branch-clone]: src/gui/owncloudgui.cpp#L517
if with identical then and else branches
Run clang-format on src/common/filesystembase.cpp: src/common/filesystembase.cpp#L1
File src/common/filesystembase.cpp does not conform to Custom style guidelines. (lines 113)
Run clang-format on src/common/filesystembase.h: src/common/filesystembase.h#L1
File src/common/filesystembase.h does not conform to Custom style guidelines. (lines 104, 112)
Run clang-format on src/gui/conflictsolver.cpp: src/gui/conflictsolver.cpp#L1
File src/gui/conflictsolver.cpp does not conform to Custom style guidelines. (lines 89)
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 1486)
Run clang-format on src/gui/socketapi/socketapi.cpp: src/gui/socketapi/socketapi.cpp#L1
File src/gui/socketapi/socketapi.cpp does not conform to Custom style guidelines. (lines 1237, 1283)
Run clang-format on src/gui/syncrunfilelog.cpp: src/gui/syncrunfilelog.cpp#L1
File src/gui/syncrunfilelog.cpp does not conform to Custom style guidelines. (lines 45)
Run clang-format on src/libsync/filesystem.cpp: src/libsync/filesystem.cpp#L1
File src/libsync/filesystem.cpp does not conform to Custom style guidelines. (lines 271)
Run clang-format on src/libsync/propagatedownload.cpp: src/libsync/propagatedownload.cpp#L1
File src/libsync/propagatedownload.cpp does not conform to Custom style guidelines. (lines 1239)
Run clang-format on test/testsynccfapi.cpp: test/testsynccfapi.cpp#L1
File test/testsynccfapi.cpp does not conform to Custom style guidelines. (lines 1389)