yamllint/tests/rules
Satoru SATOH 333ae52c78 Add 'forbid' configurations to the braces and brackets rules
Add 'forbid' configuration parameters to the braces and brackets rules
to allow users to forbid the use of flow style collections, flow
mappings and flow sequences.
..
__init__.py Initial commit
test_braces.py Add 'forbid' configurations to the braces and brackets rules
test_brackets.py Add 'forbid' configurations to the braces and brackets rules
test_colons.py Tests: Reorganize common and global tests
test_commas.py Tests: Reorganize common and global tests
test_comments.py Fix bug with CRLF in new-lines and require-starting-space
test_comments_indentation.py Add rule: truthy, to forbid truthy values that are not quoted
test_common.py parser: Iterate over lines + tokens + comments
test_document_end.py fix(rules): Use `true`/`false`, not `yes`/`no`
test_document_start.py fix(rules): Use `true`/`false`, not `yes`/`no`
test_empty_lines.py fix(parser): Correctly handle DOS new lines in 'line' rules
test_empty_values.py empty-values: Add `forbid-in-flow-mappings` conf
test_hyphens.py Tests: Reorganize common and global tests
test_indentation.py Upgrade Python syntax with pyupgrade
test_key_duplicates.py key-duplicates: Handle merge keys (<<)
test_key_ordering.py Add global "locale" config option and make key-ordering rule locale-aware
test_line_length.py fix(parser): Correctly handle DOS new lines in 'line' rules
test_new_line_at_end_of_file.py Config: Allow 'enable' keyword for rules
test_new_lines.py Fix bug with CRLF in new-lines and require-starting-space
test_octal_values.py octal-values: Prevent detection of 8 and 9 as octal values
test_quoted_strings.py quoted-strings: Fix detecting strings with hashtag as requiring quotes
test_trailing_spaces.py Config: Allow 'enable' keyword for rules
test_truthy.py truthy: Add missing test removed from PR