summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/zabbix/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/zabbix/.yamllint')
-rw-r--r--ansible_collections/community/zabbix/.yamllint20
1 files changed, 20 insertions, 0 deletions
diff --git a/ansible_collections/community/zabbix/.yamllint b/ansible_collections/community/zabbix/.yamllint
new file mode 100644
index 000000000..1de050bc6
--- /dev/null
+++ b/ansible_collections/community/zabbix/.yamllint
@@ -0,0 +1,20 @@
+---
+# Based on ansible-lint config
+extends: default
+
+rules:
+ braces:
+ max-spaces-inside: 1
+ level: error
+ brackets:
+ max-spaces-inside: 1
+ level: error
+ indentation:
+ spaces: consistent
+ indent-sequences: whatever
+ key-ordering: disable
+ line-length: disable
+ new-lines:
+ type: unix
+ truthy:
+ check-keys: false