Skip to content

Files

Latest commit

 

History

History
22 lines (15 loc) · 743 Bytes

Style-BlockDelimiters.md

File metadata and controls

22 lines (15 loc) · 743 Bytes

Pattern: Malformed block delimiter

Issue: -

Description

Check for uses of braces or do/end around single line or multi-line blocks.

Default configuration

Attribute Value
EnforcedStyle line_count_based
SupportedStyles line_count_based, semantic, braces_for_chaining
ProceduralMethods benchmark, bm, bmbm, create, each_with_object, measure, new, realtime, tap, with_object
FunctionalMethods let, let!, subject, watch
IgnoredMethods lambda, proc, it

Further Reading