summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authoransible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com>2019-12-04 17:29:01 +0000
committerGitHub <noreply@github.com>2019-12-04 17:29:01 +0000
commit23193a4f8559b2b53c0ac51bd974f26eba5adffb (patch)
treee8d0e361852de7d333c16a66760ba6d3a2024b41 /tox.ini
parent987c14279c62fa6c0f79f67d9c6db0e8818e59fa (diff)
parentc19aa3ccc82f3ed202a5ca530dda14c0532f2474 (diff)
downloadvyos.vyos-23193a4f8559b2b53c0ac51bd974f26eba5adffb.tar.gz
vyos.vyos-23193a4f8559b2b53c0ac51bd974f26eba5adffb.zip
Merge pull request #55 from Spredzy/yamllint
linters: Add yamllint as part of linters Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2a510d82..ee0591cc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,7 @@ install_command = pip install {opts} {packages}
commands =
black -v -l79 --check {toxinidir}
flake8 {posargs}
+ yamllint -s .
[testenv:venv]
commands = {posargs}