summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/skydive/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/skydive/.yamllint')
-rw-r--r--ansible_collections/community/skydive/.yamllint14
1 files changed, 14 insertions, 0 deletions
diff --git a/ansible_collections/community/skydive/.yamllint b/ansible_collections/community/skydive/.yamllint
new file mode 100644
index 000000000..6f0d12b3a
--- /dev/null
+++ b/ansible_collections/community/skydive/.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