Files
yamllint/yamllint
Brad Solomon 765cce0d3e Bugfix: account for CRLF in empty-line comments
If require-starting-space is true, *and* either:

- new-lines: disbale, or
- newlines: type: dos

is specified, a line with `#\r` or `#\r\n` should
not raise a false positive.

This commit also uses a Set for O(1) membership testing
and uses the correct escape sequence for the nul byte.

Closes: Issue #171.
2020-04-29 10:10:54 -04:00
..
2020-04-17 10:31:52 +02:00
2017-03-21 16:00:58 +07:00