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
sedrubal 3ef85739e3 Use isinstance(x, y) instead of type(x) == y
Fixes pylint C0123.
7 years ago
..
__init__.py Add quoted-strings rule 7 years ago
braces.py Rules: Add min-spaces-inside-empty and max-spaces-inside-empty 8 years ago
brackets.py Rules: Add min-spaces-inside-empty and max-spaces-inside-empty 8 years ago
colons.py parser: Provide nextnext for token rules 10 years ago
commas.py parser: Provide nextnext for token rules 10 years ago
comments.py fix(rules): Use `true`/`false`, not `yes`/`no` 9 years ago
comments_indentation.py parser: Iterate over lines + tokens + comments 9 years ago
common.py Rules: common: Remove dead code 9 years ago
document_end.py Use isinstance(x, y) instead of type(x) == y 7 years ago
document_start.py fix(rules): Use `true`/`false`, not `yes`/`no` 9 years ago
empty_lines.py Fix typos 9 years ago
empty_values.py empty-values: Add `forbid-in-flow-mappings` conf 8 years ago
hyphens.py parser: Provide nextnext for token rules 10 years ago
indentation.py Use isinstance(x, y) instead of type(x) == y 7 years ago
key_duplicates.py key-duplicates: Handle merge keys (<<) 7 years ago
key_ordering.py key-ordering: Add more test cases and documentation 8 years ago
line_length.py fix(rules): Use `true`/`false`, not `yes`/`no` 9 years ago
new_line_at_end_of_file.py Refactor project layout to import yamllint alone 10 years ago
new_lines.py Refactor project layout to import yamllint alone 10 years ago
octal_values.py Feature: checking octal numbers 8 years ago
quoted_strings.py quoted-strings: Fix broken rule 7 years ago
trailing_spaces.py Refactor project layout to import yamllint alone 10 years ago
truthy.py Clarify documentation on the 'truthy' rule 7 years ago