diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2024-05-06 23:52:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 23:52:50 +0200 |
commit | 57a8eca3af8c5ea2205bdfd88952630cf61879a7 (patch) | |
tree | ae62d12fd9bf97a7cdff5b920630e2f0e8e77dd7 /test | |
parent | facts: Update RAID devices regex for FreeBSD (#82081) (diff) | |
download | ansible-57a8eca3af8c5ea2205bdfd88952630cf61879a7.tar.xz ansible-57a8eca3af8c5ea2205bdfd88952630cf61879a7.zip |
pymarkdown: update docs (#83150)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/targets/ansible-vault/invalid_format/README.md | 2 | ||||
-rw-r--r-- | test/sanity/ignore.txt | 18 | ||||
-rw-r--r-- | test/support/README.md | 2 |
3 files changed, 2 insertions, 20 deletions
diff --git a/test/integration/targets/ansible-vault/invalid_format/README.md b/test/integration/targets/ansible-vault/invalid_format/README.md index cbbc07a965..850dc8f948 100644 --- a/test/integration/targets/ansible-vault/invalid_format/README.md +++ b/test/integration/targets/ansible-vault/invalid_format/README.md @@ -1 +1 @@ -Based on https://github.com/yves-vogl/ansible-inline-vault-issue +Based on <https://github.com/yves-vogl/ansible-inline-vault-issue> diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt index a4cfe5c574..9f6b7ed438 100644 --- a/test/sanity/ignore.txt +++ b/test/sanity/ignore.txt @@ -167,28 +167,10 @@ test/units/utils/collection_loader/fixtures/collections_masked/ansible_collectio test/units/utils/collection_loader/fixtures/collections_masked/ansible_collections/testns/testcoll/__init__.py empty-init # testing that collections don't need inits test/units/utils/collection_loader/test_collection_loader.py pylint:undefined-variable # magic runtime local var splatting test/units/utils/collection_loader/fixtures/collections/ansible_collections/testns/testcoll/plugins/module_utils/my_util.py boilerplate # test requires missing boilerplate -.github/CONTRIBUTING.md pymarkdown:line-length -hacking/backport/README.md pymarkdown:no-bare-urls -hacking/ticket_stubs/bug_internal_api.md pymarkdown:no-bare-urls -hacking/ticket_stubs/bug_wrong_repo.md pymarkdown:no-bare-urls -hacking/ticket_stubs/collections.md pymarkdown:line-length -hacking/ticket_stubs/collections.md pymarkdown:no-bare-urls -hacking/ticket_stubs/guide_newbie_about_gh_and_contributing_to_ansible.md pymarkdown:no-bare-urls -hacking/ticket_stubs/no_thanks.md pymarkdown:line-length -hacking/ticket_stubs/no_thanks.md pymarkdown:no-bare-urls -hacking/ticket_stubs/pr_duplicate.md pymarkdown:no-bare-urls -hacking/ticket_stubs/pr_merged.md pymarkdown:no-bare-urls -hacking/ticket_stubs/proposal.md pymarkdown:no-bare-urls -hacking/ticket_stubs/question_not_bug.md pymarkdown:no-bare-urls -hacking/ticket_stubs/resolved.md pymarkdown:no-bare-urls -hacking/ticket_stubs/wider_discussion.md pymarkdown:no-bare-urls -lib/ansible/galaxy/data/apb/README.md pymarkdown:line-length lib/ansible/galaxy/data/container/README.md pymarkdown:line-length lib/ansible/galaxy/data/default/role/README.md pymarkdown:line-length lib/ansible/galaxy/data/network/README.md pymarkdown:line-length README.md pymarkdown:line-length -test/integration/targets/ansible-vault/invalid_format/README.md pymarkdown:no-bare-urls -test/support/README.md pymarkdown:no-bare-urls test/units/cli/test_data/role_skeleton/README.md pymarkdown:line-length test/integration/targets/find/files/hello_world.gbk no-smart-quotes test/integration/targets/find/files/hello_world.gbk no-unwanted-characters diff --git a/test/support/README.md b/test/support/README.md index d5244823d1..1aa4428fa7 100644 --- a/test/support/README.md +++ b/test/support/README.md @@ -8,4 +8,4 @@ In almost every case, pull requests affecting files under this directory will be closed. **You are likely looking for something under -https://github.com/ansible-collections/ instead.** +<https://github.com/ansible-collections/> instead.** |