diff options
author | Yanis Guenane <yanis@guenane.org> | 2019-12-02 15:44:34 +0100 |
---|---|---|
committer | Yanis Guenane <yanis@guenane.org> | 2019-12-04 14:59:22 +0100 |
commit | c19aa3ccc82f3ed202a5ca530dda14c0532f2474 (patch) | |
tree | ab0dc556817ca1e69e380e9a5e0e1d1015625544 /tox.ini | |
parent | df640eaacf60e82e6cf6f8b10236894eef1cc8ce (diff) | |
download | vyos-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.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ install_command = pip install {opts} {packages} commands = black -v -l79 --check {toxinidir} flake8 {posargs} + yamllint -s . [testenv:venv] commands = {posargs} |