From: Jeremy Stanley Date: Mon, 31 Dec 2018 18:33:56 +0000 (+0000) Subject: Use yamllint --strict when called from tox X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=2e6250c2688516b2734540e7ab2d5be6b7ff1c8b;hp=2e6250c2688516b2734540e7ab2d5be6b7ff1c8b;p=mudpy.git 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. ---