summaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint12
1 files changed, 12 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 0000000000..11c769cff1
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,12 @@
+---
+ignore: |
+ .tox
+ awx/main/tests/data/inventory/plugins/**
+ # vault files
+ awx/main/tests/data/ansible_utils/playbooks/valid/vault.yml
+ awx/ui/test/e2e/tests/smoke-vars.yml
+
+extends: default
+
+rules:
+ line-length: disable