diff options
author | Shane McDonald <me@shanemcd.com> | 2021-10-13 00:54:26 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2021-10-13 00:59:24 +0200 |
commit | 727b4668c25aec193a44ae1981e57e459155fa48 (patch) | |
tree | b4c9cf669497a629fb374976138928a5a7eaae1b /.yamllint | |
parent | yamllint: disable truthy rule (diff) | |
download | awx-727b4668c25aec193a44ae1981e57e459155fa48.tar.xz awx-727b4668c25aec193a44ae1981e57e459155fa48.zip |
yamllint: ignore some gitignore'd directories
Diffstat (limited to '.yamllint')
-rw-r--r-- | .yamllint | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |