Philipp Hansch d3d3d7d7be
Lint multiline attributes properly
This makes it so that the `empty_line_after_outer_attribute` lint only
checks for newlines between the end of the attribute and the beginning
of the following item.

We need to check for the empty line count being bigger than 2 because
now the snippet of valid code contains only `\n` and splitting it
produces `["", ""]`
Invalid code will contain more than 2 empty strings.
2018-02-21 21:29:05 +01:00
..
2018-02-21 21:29:05 +01:00
2016-08-17 18:35:25 +02:00
2017-04-12 11:06:32 +02:00
2016-12-20 10:20:41 +01:00
2017-11-05 04:55:56 +09:00
2017-09-05 12:39:27 +02:00
2016-12-20 10:20:41 +01:00
2017-04-12 11:06:32 +02:00