A linter for YAML files.
Go to file
Adrien Vergé f09aef4f89 Rules: comments-indentation: Allow two levels
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
2016-01-19 17:18:57 +01:00
bin Initial commit 2016-01-14 10:46:14 +01:00
tests Rules: comments-indentation: Allow two levels 2016-01-19 17:18:57 +01:00
yamllint Rules: comments-indentation: Allow two levels 2016-01-19 17:18:57 +01:00
.gitignore Initial commit 2016-01-14 10:46:14 +01:00
.travis.yml Tests: Travis and Coveralls integration 2016-01-14 10:46:16 +01:00
LICENSE Initial commit 2016-01-14 10:46:14 +01:00
README.md Distribution: Update program description 2016-01-14 21:08:10 +01:00
setup.py Tests: Travis and Coveralls integration 2016-01-14 10:46:16 +01:00

yamllint

A linter for YAML files.

Build Status Coverage Status