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, 0 insertions, 14 deletions
diff --git a/ansible_collections/community/skydive/.yamllint b/ansible_collections/community/skydive/.yamllint
deleted file mode 100644
index 6f0d12b3a..000000000
--- a/ansible_collections/community/skydive/.yamllint
+++ /dev/null
@@ -1,14 +0,0 @@
----
-extends: default
-
-ignore: |
- .tox
-
-rules:
- braces:
- max-spaces-inside: 1
- level: error
- brackets:
- max-spaces-inside: 1
- level: error
- line-length: disable