summaryrefslogtreecommitdiff
path: root/.yamllint
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-06-30 20:07:14 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2024-06-30 20:07:14 +0100
commit9e7d1e913714fb36eb610f5b84ee18339a450889 (patch)
tree9744faee37c670a2e4ef948ae7b54ce9550504ac /.yamllint
parent269ce7eab4482942d9c4793ed2dffae905c125af (diff)
downloadinfra-9e7d1e913714fb36eb610f5b84ee18339a450889.tar.gz
infra-9e7d1e913714fb36eb610f5b84ee18339a450889.tar.bz2
infra-9e7d1e913714fb36eb610f5b84ee18339a450889.zip
Add yamllint linter and supporting script
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint7
1 files changed, 7 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 0000000..25e5d42
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,7 @@
+extends: default
+
+rules:
+ braces:
+ min-spaces-inside: 0
+ max-spaces-inside: 1
+ document-start: disable