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.
[stable-34.0] Feature/config not interactive migrated to nextcloud cmd #10608
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
base: stable-34.0
Are you sure you want to change the base?
[stable-34.0] Feature/config not interactive migrated to nextcloud cmd #10608
Changes from all commits
a491233e14109a0172b8cbfd6e4b394007c188941eFile 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 failure on line 9 in src/cmd/cmd.cpp
src/cmd/cmd.cpp:9:10 [clang-diagnostic-error]
Check warning on line 174 in src/cmd/cmd.cpp
Replace this use of "std::cout" with a logger.
Check warning on line 197 in src/cmd/cmd.cpp
Replace this use of "std::cout" with a logger.
Check warning on line 199 in src/cmd/cmd.cpp
Replace this use of "std::cout" with a logger.
Check warning on line 200 in src/cmd/cmd.cpp
Replace this use of "std::cout" with a logger.
Check warning on line 201 in src/cmd/cmd.cpp
Replace this use of "std::cout" with a logger.
Check warning on line 202 in src/cmd/cmd.cpp
Replace this use of "std::cout" with a logger.
Check warning on line 203 in src/cmd/cmd.cpp
Replace this use of "std::cout" with a logger.
Check warning on line 204 in src/cmd/cmd.cpp
Replace this use of "std::cout" with a logger.
Check warning on line 205 in src/cmd/cmd.cpp
Replace this use of "std::cout" with a logger.
Check warning on line 206 in src/cmd/cmd.cpp
Replace this use of "std::cout" with a logger.
Check warning on line 222 in src/cmd/cmd.cpp
src/cmd/cmd.cpp:222:13 [readability-function-cognitive-complexity]
Check warning on line 222 in src/cmd/cmd.cpp
src/cmd/cmd.cpp:222:13 [modernize-use-trailing-return-type]
Check warning on line 222 in src/cmd/cmd.cpp
Unmodified variable "options" of type "struct CmdOptions *" should be const-qualified.
Check failure on line 222 in src/cmd/cmd.cpp
Refactor this function to reduce its Cognitive Complexity from 56 to the 25 allowed.
Check warning on line 239 in src/cmd/cmd.cpp
src/cmd/cmd.cpp:239:31 [cppcoreguidelines-init-variables]
Check failure on line 240 in src/cmd/cmd.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check warning on line 255 in src/cmd/cmd.cpp
Unmodified variable "sourceDirFileInfo" of type "class QFileInfo" should be const-qualified.
Check warning on line 263 in src/cmd/cmd.cpp
src/cmd/cmd.cpp:263:10 [readability-identifier-length]
Check warning on line 271 in src/cmd/cmd.cpp
src/cmd/cmd.cpp:271:94 [bugprone-branch-clone]
Check warning on line 305 in src/cmd/cmd.cpp
src/cmd/cmd.cpp:305:21 [cppcoreguidelines-init-variables]
Check warning on line 318 in src/cmd/cmd.cpp
src/cmd/cmd.cpp:318:7 [readability-else-after-return]
Check warning on line 345 in src/cmd/cmd.cpp
src/cmd/cmd.cpp:345:20 [modernize-use-trailing-return-type]
Check warning on line 349 in src/cmd/cmd.cpp
src/cmd/cmd.cpp:349:16 [cppcoreguidelines-init-variables]
Check warning on line 349 in src/cmd/cmd.cpp
Unmodified variable "cfg" of type "class OCC::ConfigFile" should be const-qualified.
Check warning on line 362 in src/cmd/cmd.cpp
src/cmd/cmd.cpp:362:20 [modernize-use-trailing-return-type]
Check warning on line 366 in src/cmd/cmd.cpp
Unmodified variable "folderManager" of type "class OCC::FolderMan *" should be const-qualified.
Check warning on line 418 in src/cmd/cmd.cpp
Replace "." with "::" for access to "QCoreApplication::arguments".
Check warning on line 431 in src/cmd/cmd.cpp
Merge this "if" statement with the enclosing one.
Check warning on line 432 in src/cmd/cmd.cpp
Replace this use of "std::cerr" with a logger.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.