The `empty-lines` rule fails if it finds more empty lines than necessary in a multiline string. In my opinion, it should not. Examples with maximum 1 empty line: `[empty-lines] too many blank lines (2 > 1)` ```yml value: | ee ee value1: > ee ee ```
The
empty-linesrule fails if it finds more empty lines than necessary in a multiline string. In my opinion, it should not.Examples with maximum 1 empty line:
[empty-lines] too many blank lines (2 > 1)