Fix macOS legacy build breakage caused by std::filesystem #3230
Annotations
3 errors, 4 warnings, and 1 notice
Run cpp-linter/[email protected]:
src/libsync/filesystem.h#L17
'config.h' file not found
|
Run cpp-linter/[email protected]:
src/libsync/propagatedownload.cpp#L15
'config.h' file not found
|
Run cpp-linter/[email protected]:
src/libsync/propagatedownload.h#L16
'owncloudlib.h' file not found
|
Run cpp-linter/[email protected]:
src/libsync/filesystem.cpp#L198
use a trailing return type for this function
|
Run cpp-linter/[email protected]:
src/libsync/filesystem.cpp#L198
2 adjacent parameters of 'setFolderPermissions' of similar type are easily swapped by mistake
|
Run cpp-linter/[email protected]:
src/libsync/filesystem.cpp#L334
nested redundant #if; consider removing it
|
Run cpp-linter/[email protected]:
src/libsync/propagatedownload.cpp#L1169
function 'downloadFinished' has cognitive complexity of 54 (threshold 25)
|
Run cpp-linter/[email protected]:
src/libsync/filesystem.h#L1
File src/libsync/filesystem.h does not conform to Custom style guidelines. (lines 108)
|
Loading