.. |
__init__.py
|
Initial commit
|
2016-01-14 10:46:14 +01:00 |
test_braces.py
|
Rules: Add min-spaces-inside-empty and max-spaces-inside-empty
|
2017-03-13 13:36:55 +01:00 |
test_brackets.py
|
Rules: Add min-spaces-inside-empty and max-spaces-inside-empty
|
2017-03-13 13:36:55 +01: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
|
comments: Fix ignore-shebangs option on corner cases
|
2019-01-14 09:40:31 +01: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
|
key-ordering: Add more test cases and documentation
|
2017-10-16 22:49:39 +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(parser): Correctly handle DOS new lines in 'line' rules
|
2019-04-09 16:48:00 +02:00 |
test_octal_values.py
|
fix(default.yaml): disable empty-values & octal-values by default
|
2019-10-15 09:41:32 +02:00 |
test_quoted_strings.py
|
quoted-strings: Fix broken rule
|
2018-10-17 10:18:25 +02:00 |
test_trailing_spaces.py
|
Config: Allow 'enable' keyword for rules
|
2016-03-06 08:00:25 +01:00 |
test_truthy.py
|
truthy: Validate options passed to 'allowed-values'
|
2019-06-07 09:59:26 +02:00 |