Skip to content

Feature/linux vfs plugin #5953

Feature/linux vfs plugin

Feature/linux vfs plugin #5953

Triggered via pull request May 14, 2025 08:34
Status Success
Total duration 28m 18s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 10 warnings, and 4 notices
src/gui/main.cpp:7:10 [clang-diagnostic-error]: src/gui/main.cpp#L7
'QtGlobal' file not found
src/common/vfs.h:8:10 [clang-diagnostic-error]: src/common/vfs.h#L8
'ocsynclib.h' file not found
src/libsync/vfs/dbusapi/hydrationjob.cpp:23:15 [cppcoreguidelines-avoid-non-const-global-variables]: src/libsync/vfs/dbusapi/hydrationjob.cpp#L23
variable 'parent' is non-const and globally accessible, consider making it const
src/libsync/vfs/dbusapi/hydrationjob.cpp:22:33 [cppcoreguidelines-avoid-non-const-global-variables]: src/libsync/vfs/dbusapi/hydrationjob.cpp#L22
variable 'QObject' is non-const and globally accessible, consider making it const
src/libsync/vfs/dbusapi/hydrationjob.cpp:20:1 [cppcoreguidelines-avoid-non-const-global-variables]: src/libsync/vfs/dbusapi/hydrationjob.cpp#L20
variable 'Q_LOGGING_CATEGORY' is non-const and globally accessible, consider making it const
Run clang-format on src/libsync/vfs/dbusapi/vfs_dbusapi.h: src/libsync/vfs/dbusapi/vfs_dbusapi.h#L0
File src/libsync/vfs/dbusapi/vfs_dbusapi.h does not conform to Custom style guidelines. (lines 10, 13, 43)
Run clang-format on src/libsync/vfs/dbusapi/vfs_dbusapi.cpp: src/libsync/vfs/dbusapi/vfs_dbusapi.cpp#L0
File src/libsync/vfs/dbusapi/vfs_dbusapi.cpp does not conform to Custom style guidelines. (lines 11, 21, 93, 189, 190, 191, 195, 196, 197, 202, 203, 204, 205, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 220, 221, 222, 223, 224, 225)
Run clang-format on src/libsync/vfs/dbusapi/hydrationjob.h: src/libsync/vfs/dbusapi/hydrationjob.h#L0
File src/libsync/vfs/dbusapi/hydrationjob.h does not conform to Custom style guidelines. (lines 14, 20)
Run clang-format on src/libsync/vfs/dbusapi/hydrationjob.cpp: src/libsync/vfs/dbusapi/hydrationjob.cpp#L0
File src/libsync/vfs/dbusapi/hydrationjob.cpp does not conform to Custom style guidelines. (lines 8, 144, 151, 259, 301, 316, 350, 357, 363, 364, 365)