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.
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)
```
|
5 years ago | |
|---|---|---|
| .. | ||
| conf | 6 years ago | |
| rules | 5 years ago | |
| __init__.py | 5 years ago | |
| __main__.py | 9 years ago | |
| cli.py | 5 years ago | |
| config.py | 5 years ago | |
| linter.py | 6 years ago | |
| parser.py | 7 years ago | |