You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yamllint/yamllint/rules
Dimitri Papadopoulos a68c3aa69e document-end: Fix spurious "missing document end"
DocumentStartToken is preceded by DirectiveToken.
2 years ago
..
__init__.py anchors: Add new rule to detect undeclared or duplicated anchors 2 years ago
anchors.py anchors: Update code style to use single quotes 2 years ago
braces.py refactor: Remove UTF-8 headers in Python files 3 years ago
brackets.py refactor: Remove UTF-8 headers in Python files 3 years ago
colons.py colons: Prevent error when space before is mandatory 2 years ago
commas.py refactor: Remove UTF-8 headers in Python files 3 years ago
comments.py refactor: Remove UTF-8 headers in Python files 3 years ago
comments_indentation.py comments-indentation: Refactor to use 'max' builtin 2 years ago
common.py refactor: Remove UTF-8 headers in Python files 3 years ago
document_end.py document-end: Fix spurious "missing document end" 2 years ago
document_start.py refactor: Remove UTF-8 headers in Python files 3 years ago
empty_lines.py refactor: Remove UTF-8 headers in Python files 3 years ago
empty_values.py refactor: Remove UTF-8 headers in Python files 3 years ago
float_values.py float-values: Fix bug on strings containing fordidden values 2 years ago
hyphens.py refactor: Remove UTF-8 headers in Python files 3 years ago
indentation.py Apply some pyupgrade suggestions 2 years ago
key_duplicates.py No need to inherit from `object` in Python 3 3 years ago
key_ordering.py No need to inherit from `object` in Python 3 2 years ago
line_length.py refactor: Remove UTF-8 headers in Python files 3 years ago
new_line_at_end_of_file.py docs: Update links that redirect 2 years ago
new_lines.py new-lines: add `type: platform` config option 3 years ago
octal_values.py octal values: simpler test for match objects 3 years ago
quoted_strings.py Remove Unicode marker before strings 2 years ago
trailing_spaces.py refactor: Remove UTF-8 headers in Python files 3 years ago
truthy.py docs: Spelling and grammar fixes 2 years ago