summaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint9
1 files changed, 9 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
index 59c2fa5..472bb68 100644
--- a/.yamllint
+++ b/.yamllint
@@ -1,16 +1,25 @@
---
rules:
+ braces:
+ min-spaces-inside: 0
+ max-spaces-inside: 1
comments:
# prettier compatibility
min-spaces-from-content: 1
+ comments-indentation: false
document-start:
present: true
+ key-duplicates:
+ forbid-duplicated-merge-keys: true
indentation:
level: error
indent-sequences: consistent
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true
+ # quoted-strings:
+ # quote-type: double
+ # required: only-when-needed
ignore: |
.tox
examples/playbooks/example.yml