-
Notifications
You must be signed in to change notification settings - Fork 142
CORTX-30751: Codacy code cleanup (#1606) #1898
Conversation
Can one of the admins verify this patch? |
This issue/pull request has been marked as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my review comment.
0649163
to
9df03b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the double quote around $OPTS
This issue/pull request has been marked as |
This issue/pull request has been marked as |
This test fixes some Codacy warnings in 08spiel-multiple-confd. |
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>
Jenkins CI Result : Motr#1604Motr Test Summary
CppCheck SummaryCppcheck: No new warnings found 👍 |
ok to test |
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>
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
Problem Statement
We see 1688 occurrence of pattern, "Double quote to prevent globing and words 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