Test sample data style with yamllint
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 1 Dec 2017 00:17:00 +0000 (00:17 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 1 Dec 2017 00:17:00 +0000 (00:17 +0000)
commit79d9a5e686399afe4a2e7ce160c905a05fb09f6b
treeed9a162f505c75a358b292294514885f1df9720e
parent169e3f47cf892ef8e3cf06cb19b4fa6b31a17353
Test sample data style with yamllint

Add a tox environment and associated support for running the
yamllint YAML style checking utility. This tool should be used to
check all edits made to any included YAML files for ease of
readability and future maintenance. It can also be used to check
YAML data generated by the mudpy engine, as its output style matches
the expectations of yamllint's default ruleset. One override has
been added via the included .yamllint configuration file, to prevent
it complaining about the extremely long PBKDF2 password hashes in
account elements which can't effectively be line-wrapped when
written.
.yamllint [new file with mode: 0644]
test-requirements.txt
tox.ini