diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
commit | 7fec0b69a082aaeec72fee0612766aa42f6b1b4d (patch) | |
tree | efb569b86ca4da888717f5433e757145fa322e08 /ansible_collections/community/sops/tests/sanity | |
parent | Releasing progress-linux version 7.7.0+dfsg-3~progress7.99u1. (diff) | |
download | ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.tar.xz ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.zip |
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/community/sops/tests/sanity')
9 files changed, 26 insertions, 1 deletions
diff --git a/ansible_collections/community/sops/tests/sanity/extra/extra-docs.py b/ansible_collections/community/sops/tests/sanity/extra/extra-docs.py index c636beb08..251e6d70f 100755 --- a/ansible_collections/community/sops/tests/sanity/extra/extra-docs.py +++ b/ansible_collections/community/sops/tests/sanity/extra/extra-docs.py @@ -17,7 +17,7 @@ def main(): suffix = ':{env}'.format(env=env["ANSIBLE_COLLECTIONS_PATH"]) if 'ANSIBLE_COLLECTIONS_PATH' in env else '' env['ANSIBLE_COLLECTIONS_PATH'] = '{root}{suffix}'.format(root=os.path.dirname(os.path.dirname(os.path.dirname(os.getcwd()))), suffix=suffix) p = subprocess.run( - ['antsibull-docs', 'lint-collection-docs', '--plugin-docs', '--disallow-semantic-markup', '--skip-rstcheck', '.'], + ['antsibull-docs', 'lint-collection-docs', '--plugin-docs', '--skip-rstcheck', '.'], env=env, check=False, ) diff --git a/ansible_collections/community/sops/tests/sanity/ignore-2.10.txt b/ansible_collections/community/sops/tests/sanity/ignore-2.10.txt index 787dfec72..aacf26fbd 100644 --- a/ansible_collections/community/sops/tests/sanity/ignore-2.10.txt +++ b/ansible_collections/community/sops/tests/sanity/ignore-2.10.txt @@ -1,3 +1,6 @@ +docs/docsite/rst/guide.rst rstcheck +plugins/modules/load_vars.py validate-modules:invalid-documentation +plugins/modules/sops_encrypt.py validate-modules:invalid-documentation tests/integration/targets/filter_decrypt/files/hidden-binary.yaml yamllint:error tests/integration/targets/filter_decrypt/files/hidden-json.yaml yamllint:error tests/integration/targets/lookup_sops/files/hidden-binary.yaml yamllint:error diff --git a/ansible_collections/community/sops/tests/sanity/ignore-2.11.txt b/ansible_collections/community/sops/tests/sanity/ignore-2.11.txt index 787dfec72..0db7d8897 100644 --- a/ansible_collections/community/sops/tests/sanity/ignore-2.11.txt +++ b/ansible_collections/community/sops/tests/sanity/ignore-2.11.txt @@ -1,3 +1,5 @@ +plugins/modules/load_vars.py validate-modules:invalid-documentation +plugins/modules/sops_encrypt.py validate-modules:invalid-documentation tests/integration/targets/filter_decrypt/files/hidden-binary.yaml yamllint:error tests/integration/targets/filter_decrypt/files/hidden-json.yaml yamllint:error tests/integration/targets/lookup_sops/files/hidden-binary.yaml yamllint:error diff --git a/ansible_collections/community/sops/tests/sanity/ignore-2.12.txt b/ansible_collections/community/sops/tests/sanity/ignore-2.12.txt index 787dfec72..0db7d8897 100644 --- a/ansible_collections/community/sops/tests/sanity/ignore-2.12.txt +++ b/ansible_collections/community/sops/tests/sanity/ignore-2.12.txt @@ -1,3 +1,5 @@ +plugins/modules/load_vars.py validate-modules:invalid-documentation +plugins/modules/sops_encrypt.py validate-modules:invalid-documentation tests/integration/targets/filter_decrypt/files/hidden-binary.yaml yamllint:error tests/integration/targets/filter_decrypt/files/hidden-json.yaml yamllint:error tests/integration/targets/lookup_sops/files/hidden-binary.yaml yamllint:error diff --git a/ansible_collections/community/sops/tests/sanity/ignore-2.13.txt b/ansible_collections/community/sops/tests/sanity/ignore-2.13.txt index 787dfec72..be35d9d66 100644 --- a/ansible_collections/community/sops/tests/sanity/ignore-2.13.txt +++ b/ansible_collections/community/sops/tests/sanity/ignore-2.13.txt @@ -1,3 +1,7 @@ +plugins/lookup/sops.py validate-modules:invalid-documentation +plugins/modules/load_vars.py validate-modules:invalid-documentation +plugins/modules/sops_encrypt.py validate-modules:invalid-documentation +plugins/vars/sops.py validate-modules:invalid-documentation tests/integration/targets/filter_decrypt/files/hidden-binary.yaml yamllint:error tests/integration/targets/filter_decrypt/files/hidden-json.yaml yamllint:error tests/integration/targets/lookup_sops/files/hidden-binary.yaml yamllint:error diff --git a/ansible_collections/community/sops/tests/sanity/ignore-2.14.txt b/ansible_collections/community/sops/tests/sanity/ignore-2.14.txt index 787dfec72..be35d9d66 100644 --- a/ansible_collections/community/sops/tests/sanity/ignore-2.14.txt +++ b/ansible_collections/community/sops/tests/sanity/ignore-2.14.txt @@ -1,3 +1,7 @@ +plugins/lookup/sops.py validate-modules:invalid-documentation +plugins/modules/load_vars.py validate-modules:invalid-documentation +plugins/modules/sops_encrypt.py validate-modules:invalid-documentation +plugins/vars/sops.py validate-modules:invalid-documentation tests/integration/targets/filter_decrypt/files/hidden-binary.yaml yamllint:error tests/integration/targets/filter_decrypt/files/hidden-json.yaml yamllint:error tests/integration/targets/lookup_sops/files/hidden-binary.yaml yamllint:error diff --git a/ansible_collections/community/sops/tests/sanity/ignore-2.17.txt b/ansible_collections/community/sops/tests/sanity/ignore-2.17.txt new file mode 100644 index 000000000..787dfec72 --- /dev/null +++ b/ansible_collections/community/sops/tests/sanity/ignore-2.17.txt @@ -0,0 +1,4 @@ +tests/integration/targets/filter_decrypt/files/hidden-binary.yaml yamllint:error +tests/integration/targets/filter_decrypt/files/hidden-json.yaml yamllint:error +tests/integration/targets/lookup_sops/files/hidden-binary.yaml yamllint:error +tests/integration/targets/lookup_sops/files/hidden-json.yaml yamllint:error diff --git a/ansible_collections/community/sops/tests/sanity/ignore-2.17.txt.license b/ansible_collections/community/sops/tests/sanity/ignore-2.17.txt.license new file mode 100644 index 000000000..edff8c768 --- /dev/null +++ b/ansible_collections/community/sops/tests/sanity/ignore-2.17.txt.license @@ -0,0 +1,3 @@ +GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +SPDX-License-Identifier: GPL-3.0-or-later +SPDX-FileCopyrightText: Ansible Project diff --git a/ansible_collections/community/sops/tests/sanity/ignore-2.9.txt b/ansible_collections/community/sops/tests/sanity/ignore-2.9.txt index 787dfec72..aacf26fbd 100644 --- a/ansible_collections/community/sops/tests/sanity/ignore-2.9.txt +++ b/ansible_collections/community/sops/tests/sanity/ignore-2.9.txt @@ -1,3 +1,6 @@ +docs/docsite/rst/guide.rst rstcheck +plugins/modules/load_vars.py validate-modules:invalid-documentation +plugins/modules/sops_encrypt.py validate-modules:invalid-documentation tests/integration/targets/filter_decrypt/files/hidden-binary.yaml yamllint:error tests/integration/targets/filter_decrypt/files/hidden-json.yaml yamllint:error tests/integration/targets/lookup_sops/files/hidden-binary.yaml yamllint:error |