andsens / bootstrap-vz

Bootstrap Debian images for virtualized environments
http://bootstrap-vz.readthedocs.io/
Other
263 stars 143 forks source link

Add yamllint linter to check manifests files #437

Closed mengelmann closed 6 years ago

mengelmann commented 6 years ago

Add http://yamllint.readthedocs.io/ linter to check manifests files.

I added yamllint environment to tox right after invoking flake8.

One nonadherence from default yamllint rules (.yamllint) is line length - changed from 80 to 160 characters. It's because lines that violate this rule are URLs and release names and I don't see a point in making it more complicated than it should be.

andsens commented 6 years ago

Aw yeah. I love this. Everything that makes the code more standards compliant gets a big thumbs up from me 👍 👍 👍 :-)
Merging...