CORTX-30751: Codacy code cleanup (#1606)#1855
Conversation
Jenkins CI Result : Motr#1312Motr Test Summary
CppCheck SummaryCppcheck: No new warnings found 👍 |
|
This issue/pull request has been marked as |
|
This issue/pull request has been marked as |
|
Can one of the admins verify this patch? |
|
This issue/pull request has been marked as |
|
This issue/pull request has been marked as |
This patch fixes some of the codacy warnings. warning fixed : "Double quote to prevent globing and words splitting". Signed-off-by: Rinku Kothiya <rinku.kothiya@seagate.com>
Jenkins CI Result : Motr#1610Motr Test Summary
CppCheck SummaryCppcheck: No new warnings found 👍 |
Jenkins CI Result : Motr#1615Motr 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: Rinku Kothiya <rinku.kothiya@seagate.com>
This patch fixes some of the codacy warnings.
warning fixed : "Double quote to prevent globing and words splitting".
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