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
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.
10 years ago
..
conf Rules: commas: Add 'min-spaces-after' 10 years ago
rules Rules: commas: Add 'min-spaces-after' 10 years ago
__init__.py yamllint version 0.6.0 10 years ago
cli.py Distribution: Create script with `setup.py` 10 years ago
config.py Config: Refactor to use YamlLintConfig objects 10 years ago
linter.py Refactor project layout to import yamllint alone 10 years ago
parser.py Rewrite syntax errors handling and test them 10 years ago