Use yamllint --strict when called from tox
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 31 Dec 2018 18:33:56 +0000 (18:33 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 31 Dec 2018 18:33:56 +0000 (18:33 +0000)
commit73d8433ffe4ad0e619a0a0085e348e2b15fd7712
tree3fd1697920690d4436a76ed2c0245454d6844536
parente25d11c16634028eaf5a498adf0aacc0ad9ffda0
Use yamllint --strict when called from tox

To treat YAML formatting inconsistency warnings from yamllint as
blocking errors for development, invoke it with --strict so that tox
will report a failure rather than success.
tox.ini