Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 328 Bytes

newline-before-return.md

File metadata and controls

13 lines (7 loc) · 328 Bytes

Pattern: Missing blank line before return

Issue: -

Description

Enforces blank line before return when not the only line in the block.

Rationale: Helps maintain a readable style in your codebase.

Further Reading