summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorYanis Guenane <yanis@guenane.org>2019-12-02 15:44:34 +0100
committerYanis Guenane <yanis@guenane.org>2019-12-04 14:59:22 +0100
commitc19aa3ccc82f3ed202a5ca530dda14c0532f2474 (patch)
treeab0dc556817ca1e69e380e9a5e0e1d1015625544 /tox.ini
parentdf640eaacf60e82e6cf6f8b10236894eef1cc8ce (diff)
downloadvyos-ansible-collection-c19aa3ccc82f3ed202a5ca530dda14c0532f2474.tar.gz
vyos-ansible-collection-c19aa3ccc82f3ed202a5ca530dda14c0532f2474.zip
linters: Add yamllint as part of linters
Depends-On: https://github.com/ansible-network/ansible_collections.vyos.vyos/pull/56
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 2a510d8..ee0591c 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}