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é f9198b7a9b Rules: indentation: Fix B_SEQ instead of B_ENT
For example in this case, the scalar's parent is a B_ENT (only its
grandparent is a B_SEQ):

    - >
        multi
        line
9 years ago
..
conf Use '.yaml' extension as default, not '.yml' 9 years ago
rules Rules: indentation: Fix B_SEQ instead of B_ENT 9 years ago
__init__.py yamllint version 1.2.0 9 years ago
cli.py cli: Add the `-d` option to provide inline conf 9 years ago
config.py Use '.yaml' extension as default, not '.yml' 9 years ago
linter.py linter: Test run on str, unicode, bytes and stream 9 years ago
parser.py parser: Provide nextnext for token rules 9 years ago