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.
9 years ago
..
conf Rules: Add the 'key-duplicates' rule 9 years ago
rules Tests: indentation: Test the indent stack 9 years ago
__init__.py yamllint version 0.7.1 9 years ago
cli.py Distribution: Create script with `setup.py` 9 years ago
config.py Config: Refactor to use YamlLintConfig objects 9 years ago
linter.py Refactor project layout to import yamllint alone 9 years ago
parser.py Rewrite syntax errors handling and test them 9 years ago