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.
8da98f2122
Error in the example snippet, it would NOT pass otherwise actually: ``` $ cat test.yml strange var: [10, 20,30, {x: 1, y: 2}] $ yamllint -d "{extends: default, rules: {commas: {min-spaces-after: 1, max-spaces-after: 1}}}" test.yml test.yml 1:1 warning missing document start "---" (document-start) 2:11 error too few spaces after comma (commas) ``` |
4 years ago | |
---|---|---|
.. | ||
conf | 5 years ago | |
rules | 4 years ago | |
__init__.py | 5 years ago | |
__main__.py | 8 years ago | |
cli.py | 5 years ago | |
config.py | 5 years ago | |
linter.py | 5 years ago | |
parser.py | 6 years ago |