..
__init__.py
Initial commit
2016-01-14 10:46:14 +01:00
test_braces.py
Add 'forbid' configurations to the braces and brackets rules
2020-09-09 20:01:25 +02:00
test_brackets.py
Add 'forbid' configurations to the braces and brackets rules
2020-09-09 20:01:25 +02:00
test_colons.py
Tests: Reorganize common and global tests
2016-02-01 16:56:32 +01:00
test_commas.py
Tests: Reorganize common and global tests
2016-02-01 16:56:32 +01:00
test_comments_indentation.py
Add rule: truthy, to forbid truthy values that are not quoted
2016-10-01 09:03:59 +02:00
test_comments.py
Fix bug with CRLF in new-lines and require-starting-space
2020-04-30 16:38:19 +02:00
test_common.py
parser: Iterate over lines + tokens + comments
2016-06-27 17:47:13 +02:00
test_document_end.py
fix(rules): Use true
/false
, not yes
/no
2016-11-18 12:02:02 +01:00
test_document_start.py
fix(rules): Use true
/false
, not yes
/no
2016-11-18 12:02:02 +01:00
test_empty_lines.py
fix(parser): Correctly handle DOS new lines in 'line' rules
2019-04-09 16:48:00 +02:00
test_empty_values.py
empty-values: Add forbid-in-flow-mappings
conf
2017-11-05 09:29:03 +01:00
test_hyphens.py
Tests: Reorganize common and global tests
2016-02-01 16:56:32 +01:00
test_indentation.py
Upgrade Python syntax with pyupgrade
2018-11-26 19:09:47 +01:00
test_key_duplicates.py
key-duplicates: Handle merge keys (<<)
2018-02-28 23:12:43 +01:00
test_key_ordering.py
Add global "locale" config option and make key-ordering rule locale-aware
2020-07-16 09:34:13 +02:00
test_line_length.py
fix(parser): Correctly handle DOS new lines in 'line' rules
2019-04-09 16:48:00 +02:00
test_new_line_at_end_of_file.py
Config: Allow 'enable' keyword for rules
2016-03-06 08:00:25 +01:00
test_new_lines.py
Fix bug with CRLF in new-lines and require-starting-space
2020-04-30 16:38:19 +02:00
test_octal_values.py
octal-values: Prevent detection of 8 and 9 as octal values
2020-09-08 09:53:54 +02:00
test_quoted_strings.py
quoted-strings: Fix detecting strings with hashtag as requiring quotes
2020-09-08 11:53:06 +02:00
test_trailing_spaces.py
Config: Allow 'enable' keyword for rules
2016-03-06 08:00:25 +01:00
test_truthy.py
truthy: Add missing test removed from PR
2020-04-08 12:31:12 +02:00