summaryrefslogtreecommitdiff
path: root/.yamllint
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 /.yamllint
parentdf640eaacf60e82e6cf6f8b10236894eef1cc8ce (diff)
downloadvyos-ansible-old-c19aa3ccc82f3ed202a5ca530dda14c0532f2474.tar.gz
vyos-ansible-old-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 '.yamllint')
-rw-r--r--.yamllint14
1 files changed, 14 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 0000000..6f0d12b
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,14 @@
+---
+extends: default
+
+ignore: |
+ .tox
+
+rules:
+ braces:
+ max-spaces-inside: 1
+ level: error
+ brackets:
+ max-spaces-inside: 1
+ level: error
+ line-length: disable