diff options
author | Hao Liu <haoli@redhat.com> | 2022-09-20 15:51:41 +0200 |
---|---|---|
committer | Jeff Bradberry <jeff.bradberry@gmail.com> | 2022-09-23 15:46:15 +0200 |
commit | 4bf612851fcaabec51457f313403cbdfc8f3379f (patch) | |
tree | 2d7339732e343e8dd041ab1e4b3a2d43b4aad604 /.yamllint | |
parent | put install bundle file in templates dir (diff) | |
download | awx-4bf612851fcaabec51457f313403cbdfc8f3379f.tar.xz awx-4bf612851fcaabec51457f313403cbdfc8f3379f.zip |
ignore template file from yamllint
Diffstat (limited to '.yamllint')
-rw-r--r-- | .yamllint | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ ignore: | awx/ui/test/e2e/tests/smoke-vars.yml awx/ui/node_modules tools/docker-compose/_sources + # django template files + awx/api/templates/instance_install_bundle/** extends: default |