Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 245 Bytes

SC2248.md

File metadata and controls

11 lines (6 loc) · 245 Bytes

Pattern: Missing double quotes for variable

Issue: -

Description

Prefer double quoting even when variables don't contain special characters.

Further Reading