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é 62fa4cbe39 Tests: indentation: Test the indent stack
The "indentation stack" is iteratively built by the `check()` function
of the indentation rule. It is important, since everything in the rule
relies on it.

This patch adds tests to make sure the stack is correctly built for some
known structures.
10 years ago
..
conf Rules: Add the 'key-duplicates' rule 10 years ago
rules Tests: indentation: Test the indent stack 10 years ago
__init__.py yamllint version 0.7.1 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