Seagate / cortx-motr

CORTX Motr is a distributed object and key-value storage system targeting mass capacity storage configurations. It's the core component of CORTX storage system.
https://github.com/Seagate/cortx
Apache License 2.0
59 stars 142 forks source link

CORTX-30751: Codacy code cleanup (#1606) #2148

Closed rkothiya closed 9 months ago

rkothiya commented 2 years ago

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 Co-authored-by: Pradeep Kumbhre pradeep.kumbhre@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

stale[bot] commented 2 years ago

This issue/pull request has been marked as needs attention as it has been left pending without new activity for 4 days. Tagging @nkommuri @mehjoshi @huanghua78 for appropriate assignment. Sorry for the delay & Thank you for contributing to CORTX. We will get back to you as soon as possible.

shailesh-vaidya commented 9 months ago

Closing as an obsolete