Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 257 Bytes

SC2250.md

File metadata and controls

11 lines (6 loc) · 257 Bytes

Pattern: Missing braces around variable reference

Issue: -

Description

Prefer putting braces around variable references even when not strictly required.

Further Reading