Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
chore: improve one translated string #9692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: improve one translated string #9692
Changes from all commits
b5cbef7File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 316 in src/libsync/owncloudpropagator.cpp
This function should be declared "const".
Check warning on line 327 in src/libsync/owncloudpropagator.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check failure on line 347 in src/libsync/owncloudpropagator.cpp
Add a "default" case to this switch statement.
Check failure on line 389 in src/libsync/owncloudpropagator.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 393 in src/libsync/owncloudpropagator.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check failure on line 394 in src/libsync/owncloudpropagator.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 454 in src/libsync/owncloudpropagator.cpp
Avoid this unnecessary copy by using a "const" reference.
Check warning on line 502 in src/libsync/owncloudpropagator.cpp
"std::move" is never called on this rvalue reference argument.
Check warning on line 523 in src/libsync/owncloudpropagator.cpp
implicit conversion loses integer precision: 'qsizetype' (aka 'long long') to 'int'
Check warning on line 529 in src/libsync/owncloudpropagator.cpp
Replace with the version of "std::ranges::remove_if" that takes a range.
Check failure on line 565 in src/libsync/owncloudpropagator.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check warning on line 699 in src/libsync/owncloudpropagator.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 720 in src/libsync/owncloudpropagator.cpp
Unmodified variable "job" of type "class OCC::PropagatorJob *" should be const-qualified.
Check warning on line 725 in src/libsync/owncloudpropagator.cpp
Replace with the version of "std::ranges::find_if" that takes a range.
Check warning on line 727 in src/libsync/owncloudpropagator.cpp
Use the init-statement to declare "foundBulkPrpagatorDownloadJobIt" inside the if statement.
Check failure on line 728 in src/libsync/owncloudpropagator.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 736 in src/libsync/owncloudpropagator.cpp
Refactor this function to reduce its Cognitive Complexity from 32 to the 25 allowed.
Check warning on line 744 in src/libsync/owncloudpropagator.cpp
Refactor this loop so that it is less error-prone.
Check failure on line 757 in src/libsync/owncloudpropagator.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check warning on line 758 in src/libsync/owncloudpropagator.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 769 in src/libsync/owncloudpropagator.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check failure on line 770 in src/libsync/owncloudpropagator.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 1095 in src/libsync/owncloudpropagator.cpp
Unmodified variable "updateType" of type "class QFlags<enum OCC::Vfs::UpdateMetadataType>" should be const-qualified.
Check warning on line 1102 in src/libsync/owncloudpropagator.cpp
Unmodified variable "vfs" of type "class OCC::Vfs *" should be const-qualified.
Check warning on line 1104 in src/libsync/owncloudpropagator.cpp
Unmodified variable "updateType" of type "class QFlags<enum OCC::Vfs::UpdateMetadataType>" should be const-qualified.
Check warning on line 1258 in src/libsync/owncloudpropagator.cpp
Unmodified variable "runningJob" of type "class OCC::PropagatorJob *" should be const-qualified.
Check warning on line 1385 in src/libsync/owncloudpropagator.cpp
This function should be declared "const".
Check warning on line 1387 in src/libsync/owncloudpropagator.cpp
Unmodified variable "deleteFolderJob" of type "class OCC::PropagateLocalRemove *" should be const-qualified.
Check failure on line 1512 in src/libsync/owncloudpropagator.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check failure on line 1516 in src/libsync/owncloudpropagator.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check warning on line 1534 in src/libsync/owncloudpropagator.cpp
"catch" a specific exception type.
Check failure on line 1550 in src/libsync/owncloudpropagator.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check failure on line 1553 in src/libsync/owncloudpropagator.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check warning on line 1569 in src/libsync/owncloudpropagator.cpp
"catch" a specific exception type.
Check failure on line 1578 in src/libsync/owncloudpropagator.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check warning on line 1643 in src/libsync/owncloudpropagator.cpp
Unmodified variable "directoryJob" of type "class OCC::PropagateDirectory *" should be const-qualified.
Check warning on line 1793 in src/libsync/owncloudpropagator.cpp
Rename this identifier to be shorter or equal to 31 characters.