-
Notifications
You must be signed in to change notification settings - Fork 142
CORTX-30753: Codacy code cleanup(#1608) #1857
Conversation
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: "SC2006: Use $(...) notation instead of legacy backticked `...`". Signed-off-by: alfhad <fahadshah2411@gmail.com>
Jenkins CI Result : Motr#1626Motr Test Summary
CppCheck SummaryCppcheck: No new warnings found 👍 |
ok to test |
I will fix the codacy warning in another patch. |
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
This patch fixes some of the codacy warnings. Warning fixed: "SC2006: Use $(...) notation instead of legacy backticked `...`". Signed-off-by: alfhad <fahadshah2411@gmail.com>
This patch fixes some of the codacy warnings.
Warning fixed: "SC2006: Use $(...) notation instead of legacy backticked
...
".Signed-off-by: alfhad fahadshah2411@gmail.com
Problem Statement
We see 369 occurrence of pattern, "Use$(...) notation instead of legacy backticked ....".
Design
Replaced the backticked with "$(...)"
Coding
Checklist for Author
Testing
Checklist for Author
Impact Analysis
Checklist for Author/Reviewer/GateKeeper
Review Checklist
Checklist for Author
Documentation
Checklist for Author