-
Notifications
You must be signed in to change notification settings - Fork 142
CORTX-30751: Codacy code cleanup (#1606) #1899
Conversation
|
Can one of the admins verify this patch? |
rkothiya
left a comment
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.
LGTM
huanghua78
left a comment
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 verify this patch manually and inspect the result.
This patch fixes some of the codacy warnings. warning fixed : "Double quote to prevent globing and words splitting". Signed-off-by: alfhad <[email protected]>
|
@huanghua78 how to I run/test m0d-device-detach-test.sh |
|
This issue/pull request has been marked as |
|
This issue/pull request has been marked as |
huanghua78
left a comment
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.
This test is no longer needed. No manual testing is needed for this patch.
The fix seems good to me.
Jenkins CI Result : Motr#1602Motr 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 <[email protected]> Signed-off-by: Rinku Kothiya <[email protected]>
This patch fixes some of the codacy warnings.
warning fixed : "Double quote to prevent globing and words splitting".
Signed-off-by: alfhad [email protected]
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