yamllint/yamllint
Jérôme Alet c268a82c5a
key-duplicates: Don't crash on redundant closing brackets or braces
Don't break on empty `context` stack when invalid YAML:

    [ a, b, c ] ]
    {a: 1, b: 2} }
2022-04-20 11:00:08 +02:00
..
conf fix(default.yaml): disable empty-values & octal-values by default 2019-10-15 09:41:32 +02:00
rules key-duplicates: Don't crash on redundant closing brackets or braces 2022-04-20 11:00:08 +02:00
__init__.py yamllint version 1.26.3 2021-08-21 19:26:15 +02:00
__main__.py Add __main__ 2017-03-21 16:00:58 +07:00
cli.py github format: Update output to utilize groups 2021-12-01 08:52:59 +01:00
config.py Add global "locale" config option and make key-ordering rule locale-aware 2020-07-16 09:34:13 +02:00
linter.py End support for Python 2 2021-01-06 07:55:10 +01:00
parser.py fix(parser): Correctly handle DOS new lines in 'line' rules 2019-04-09 16:48:00 +02:00