mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-16 13:04:45 -06:00
Basically, any character is now allowed after the shebang marker. Closes #428. Whitespace after the #! marker on shebang lines is authorized and optional, as explained on Wikipedia's entry for shebang line as can be seen from the extracts below : > White space after #! is optional and > It has been claimed[20] that some old versions of Unix expect the > normal shebang to be followed by a space and a slash (#! /), but this > appears to be untrue;[21] rather, blanks after the shebang have > traditionally been allowed, and sometimes documented with a space |
||
---|---|---|
.. | ||
__init__.py | ||
test_braces.py | ||
test_brackets.py | ||
test_colons.py | ||
test_commas.py | ||
test_comments_indentation.py | ||
test_comments.py | ||
test_common.py | ||
test_document_end.py | ||
test_document_start.py | ||
test_empty_lines.py | ||
test_empty_values.py | ||
test_hyphens.py | ||
test_indentation.py | ||
test_key_duplicates.py | ||
test_key_ordering.py | ||
test_line_length.py | ||
test_new_line_at_end_of_file.py | ||
test_new_lines.py | ||
test_octal_values.py | ||
test_quoted_strings.py | ||
test_trailing_spaces.py | ||
test_truthy.py |