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.
 
 
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
9 years ago
bin Initial commit 9 years ago
tests Rules: comments-indentation: Allow two levels 9 years ago
yamllint Rules: comments-indentation: Allow two levels 9 years ago
.gitignore Initial commit 9 years ago
.travis.yml Tests: Travis and Coveralls integration 9 years ago
LICENSE Initial commit 9 years ago
README.md Distribution: Update program description 9 years ago
setup.py Tests: Travis and Coveralls integration 9 years ago

README.md

yamllint

A linter for YAML files.

Build Status Coverage Status