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/tests
Adrien Vergé 7cb7b4f669 Rules: commas: Add 'min-spaces-after'
Since such constructions are allowed and valid YAML:

    - [one,two, three,four]

this commit adds a `min-spaces-after` option that defaults to 1.
9 years ago
..
rules Rules: commas: Add 'min-spaces-after' 9 years ago
__init__.py Initial commit 9 years ago
test_config.py Config: Refactor to use YamlLintConfig objects 9 years ago
test_parser.py Tests: Remove Python 2.6 from CI tests 9 years ago