Skip to content

[stable-4.0] avoid detecting permissions to be invalid on linux NTFS file system #7513

[stable-4.0] avoid detecting permissions to be invalid on linux NTFS file system

[stable-4.0] avoid detecting permissions to be invalid on linux NTFS file system #7513

Triggered via pull request November 24, 2025 11:57
Status Success
Total duration 44s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 10 warnings, and 5 notices
test/testlongpath.cpp:9:10 [clang-diagnostic-error]: test/testlongpath.cpp#L9
'common/filesystembase.h' file not found
src/gui/folder.cpp:7:10 [clang-diagnostic-error]: src/gui/folder.cpp#L7
'common/syncjournaldb.h' file not found
src/csync/vio/csync_vio_local_unix.cpp:127:12 [bugprone-reserved-identifier]: src/csync/vio/csync_vio_local_unix.cpp#L127
declaration uses identifier '_csync_vio_local_stat_mb', which is reserved in the global namespace
src/csync/vio/csync_vio_local_unix.cpp:40:12 [bugprone-reserved-identifier]: src/csync/vio/csync_vio_local_unix.cpp#L40
declaration uses identifier '_csync_vio_local_stat_mb', which is reserved in the global namespace
src/csync/vio/csync_vio_local.h:26:5 [cppcoreguidelines-avoid-non-const-global-variables]: src/csync/vio/csync_vio_local.h#L26
variable 'OCSYNC_EXPORT' is non-const and globally accessible, consider making it const
src/csync/vio/csync_vio_local.h:24:1 [cppcoreguidelines-avoid-non-const-global-variables]: src/csync/vio/csync_vio_local.h#L24
variable 'std' is non-const and globally accessible, consider making it const
Run clang-format on test/csync/vio_tests/check_vio_ext.cpp: test/csync/vio_tests/check_vio_ext.cpp#L0
File test/csync/vio_tests/check_vio_ext.cpp does not conform to Custom style guidelines. (lines 152)
Run clang-format on src/libsync/discoveryphase.h: src/libsync/discoveryphase.h#L0
File src/libsync/discoveryphase.h does not conform to Custom style guidelines. (lines 98)
Run clang-format on src/libsync/discovery.cpp: src/libsync/discovery.cpp#L0
File src/libsync/discovery.cpp does not conform to Custom style guidelines. (lines 2351)
Run clang-format on src/csync/vio/csync_vio_local_win.cpp: src/csync/vio/csync_vio_local_win.cpp#L0
File src/csync/vio/csync_vio_local_win.cpp does not conform to Custom style guidelines. (lines 105, 106, 130)
Run clang-format on src/csync/vio/csync_vio_local_unix.cpp: src/csync/vio/csync_vio_local_unix.cpp#L0
File src/csync/vio/csync_vio_local_unix.cpp does not conform to Custom style guidelines. (lines 26, 62)