summaryrefslogtreecommitdiff
path: root/.yamllint
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 /.yamllint
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 '.yamllint')
-rw-r--r--.yamllint14
1 files changed, 14 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 00000000..6f0d12b3
--- /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