when moving a file, checks that it exists at origin or destination #3098
Annotations
2 errors, 3 warnings, and 1 notice
src/libsync/discoveryphase.h:17:10 [clang-diagnostic-error]:
src/libsync/discoveryphase.h#L17
'QObject' file not found
|
test/testsyncmove.cpp:8:10 [clang-diagnostic-error]:
test/testsyncmove.cpp#L8
'QtTest' file not found
|
src/libsync/discoveryphase.cpp:264:22 [modernize-use-trailing-return-type]:
src/libsync/discoveryphase.cpp#L264
use a trailing return type for this function
|
src/libsync/discoveryphase.cpp:264:47 [readability-identifier-length]:
src/libsync/discoveryphase.cpp#L264
parameter name 'p' is too short, expected at least 3 characters
|
src/libsync/discoveryphase.cpp:269:22 [readability-convert-member-functions-to-static]:
src/libsync/discoveryphase.cpp#L269
method 'scheduleMoreJobs' can be made static
|
Run clang-format on test/testsyncmove.cpp:
test/testsyncmove.cpp#L1
File test/testsyncmove.cpp does not conform to Custom style guidelines. (lines 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163)
|