Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 336 Bytes

nesting_level.md

File metadata and controls

16 lines (10 loc) · 336 Bytes

Nesting Level

There shouldn't be any nested expressions that exceed the specified level.

Works on .beam file? Yes!

Options

  • level :: pos_integer()
    • default: 4 (prior to 0.7.0 was 3)

Example

{elvis_style, nesting_level, #{ level => 4 }}