Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 280 Bytes

paren_body_linter.md

File metadata and controls

11 lines (6 loc) · 280 Bytes

Pattern: Missing space between ) and body

Issue: -

Description

Checks that there is a space between right parenthesis and a body expression.

Further Reading