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
Nick Burke 1b379628d7 key-duplicates: Handle merge keys (<<)
Merge keys are described here: http://yaml.org/type/merge.html
They shouldn't be considered as duplicated keys.

Fixes https://github.com/adrienverge/yamllint/issues/88
7 years ago
..
conf Feature: checking octal numbers 8 years ago
rules key-duplicates: Handle merge keys (<<) 7 years ago
__init__.py yamllint version 1.11.0 7 years ago
__main__.py Add __main__ 8 years ago
cli.py Better color support check. 8 years ago
config.py fix(config): Be clearer about the `ignore` conf type 8 years ago
linter.py feat(config): Add support to ignore paths on per-rule basis 8 years ago
parser.py linter: Fix UnicodeError when parsing comments 9 years ago