-
Notifications
You must be signed in to change notification settings - Fork 142
CORTX-30751: Codacy code cleanup (#1606). #1644
Conversation
Thanks for your contribution! |
Can one of the admins verify this patch? |
Thanks for your contribution! |
Thanks for your contribution! |
Thanks for your contribution! |
Thanks for your contribution! |
Thanks for your contribution! |
@mehjoshi , status on this? Why isn't it merged yet? |
|
Thanks for your contribution! |
@alfhad, If more fresh changes are being pushed to this PR, please consider marking this as a Draft. Also, please avoid force pushing to the branch unless you really intend to overwrite the history. Otherwise it becomes difficult to review the changes across so many files. Thanks! |
@mehjoshi I will be making no more changes to the PR. The final forced push was to rebase the PR with the latest commit on the main branch. |
Thanks for your contribution! |
Thanks for your contribution! |
Thanks for your contribution! |
Jenkins CI Result : Motr#1170Motr Test Summary
CppCheck SummaryCppcheck: No new warnings found 👍 |
Thanks for your contribution! |
Thanks for your contribution! |
Jenkins CI Result : Motr#1181Motr Test Summary
CppCheck SummaryCppcheck: No new warnings found 👍 |
This patch fixes some of the codacy warnings. Warning fixed: "Double quote to prevent globing and words splitting." Signed-off-by: alfhad <fahadshah2411@gmail.com> Signed-off-by: Rinku Kothiya <rinku.kothiya@seagate.com>
Thanks for your contribution! |
Jenkins CI Result : Motr#1183Motr Test Summary
CppCheck SummaryCppcheck: No new warnings found 👍 |
Thanks for your contribution! |
Thanks for your contribution! |
retest this please |
Thanks for your contribution to CORTX! 🎉 |
This patch fixes some of the codacy warnings.
Warning fixed: "Double quote to prevent globing and words splitting."
Signed-off-by: alfhad fahadshah2411@gmail.com
Signed-off-by: Rinku Kothiya rinku.kothiya@seagate.com
Problem Statement
We see 1688 occurrence of pattern, "Double quote to prevent globing and word splitting".
Design
We are putting the variable references in double quotes.
Coding
Checklist for Author
Testing
Checklist for Author
Impact Analysis
Checklist for Author/Reviewer/GateKeeper
Review Checklist
Checklist for Author
Documentation
Checklist for Author