Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 280 Bytes

WhileStatementBraces.md

File metadata and controls

11 lines (6 loc) · 280 Bytes

Pattern: Missing brace for while

Issue: -

Description

Checks that while statements use braces, even for a single statement.

Further Reading