[stable-3.12] count the files deletion and warn if threshold is exceeded #4170
Annotations
2 warnings and 2 notices
src/libsync/configfile.cpp:62:23 [readability-static-definition-in-anonymous-namespace]:
src/libsync/configfile.cpp#L62
'deleteFilesThresholdC' is a static definition in anonymous namespace; static is redundant here
|
src/libsync/configfile.cpp:118:22 [readability-static-definition-in-anonymous-namespace]:
src/libsync/configfile.cpp#L118
'deleteFilesThresholdDefaultValue' is a static definition in anonymous namespace; static is redundant here
|
Run clang-format on src/libsync/syncengine.cpp:
src/libsync/syncengine.cpp#L1
File src/libsync/syncengine.cpp does not conform to Custom style guidelines. (lines 998, 1025, 1032, 1037, 1058, 1061, 1063, 1086, 1098, 1122, 1130)
|
Run clang-format on src/libsync/syncengine.h:
src/libsync/syncengine.h#L1
File src/libsync/syncengine.h does not conform to Custom style guidelines. (lines 363)
|