summaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authorShane McDonald <me@shanemcd.com>2021-10-13 00:54:26 +0200
committerShane McDonald <me@shanemcd.com>2021-10-13 00:59:24 +0200
commit727b4668c25aec193a44ae1981e57e459155fa48 (patch)
treeb4c9cf669497a629fb374976138928a5a7eaae1b /.yamllint
parentyamllint: disable truthy rule (diff)
downloadawx-727b4668c25aec193a44ae1981e57e459155fa48.tar.xz
awx-727b4668c25aec193a44ae1981e57e459155fa48.zip
yamllint: ignore some gitignore'd directories
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint2
1 files changed, 2 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
index 0b434ec07d..7101b59ca1 100644
--- a/.yamllint
+++ b/.yamllint
@@ -6,6 +6,8 @@ ignore: |
# vault files
awx/main/tests/data/ansible_utils/playbooks/valid/vault.yml
awx/ui/test/e2e/tests/smoke-vars.yml
+ awx/ui/node_modules
+ tools/docker-compose/_sources
extends: default