Use this rule to set a maximal number of allowed consecutive blank lines.
max.max.Examples
With max = 1
the following code snippet would PASS:
- foo:
- 1
- 2
- bar1: [3, 4]
- bar2: [3, 4]
the following code snippet would FAIL:
- foo:
- 1
- 2
- bar1: [3, 4]
- bar2: [3, 4]