A linter for YAML files.
Go to file
Adrien Vergé 0b0251bacc Rules: indentation: Add the 'indent-sequences' option
Using either 'yes', 'no' or 'whatever', the user will be able to choose
whether to force block sequence items to be indented, to force them not
to be indented, or don't care, respectively.
2016-01-19 22:37:58 +01:00
bin Initial commit 2016-01-14 10:46:14 +01:00
tests Rules: indentation: Add the 'indent-sequences' option 2016-01-19 22:37:58 +01:00
yamllint Rules: indentation: Add the 'indent-sequences' option 2016-01-19 22:37:58 +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