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
Brian Brookman 764586d836
indentation: Fix indent-sequences in nested collections
When {spaces: consistent, indent-sequences: true} (the defaults),
and the expected indent for a block sequence that should be indented
is unknown, set the expected indent to an unknown value (-1) rather
than an arbitrary one (2). This ensures wrong-indentation is properly
caught when block sequences are nested.

Fixes issue #485
2 years ago
..
conf float-values: Add a new rule to check floating-point numbers 3 years ago
rules indentation: Fix indent-sequences in nested collections 2 years ago
__init__.py yamllint version 1.28.0 2 years ago
__main__.py Add __main__ 8 years ago
cli.py No need to inherit from `object` in Python 3 2 years ago
config.py config: Implement for `ignore-from-file` option 2 years ago
linter.py No need to inherit from `object` in Python 3 2 years ago
parser.py No need to inherit from `object` in Python 3 2 years ago