mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
A linter for YAML files.
Previously only comments that were indented like the following content line were allowed, e.g.: prev: line: # commented line current: line With this change, such new cases are also allowed: prev: line # commented line 1 # commented line 2 current: line |
||
---|---|---|
bin | ||
tests | ||
yamllint | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
setup.py |