From 373250a0ce1f873192a96898c6dcee259ca0f57c Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Thu, 31 Mar 2022 11:33:51 +0900 Subject: [PATCH] Copy ignore-2.13.txt to ignore-2.14.txt - Relates to ansible-collections/news-for-maintainers#13 Signed-off-by: Hideki Saito --- changelogs/fragments/346_copy_ignore_txt_for_devel.yml | 3 +++ tests/sanity/ignore-2.14.txt | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 changelogs/fragments/346_copy_ignore_txt_for_devel.yml create mode 100644 tests/sanity/ignore-2.14.txt diff --git a/changelogs/fragments/346_copy_ignore_txt_for_devel.yml b/changelogs/fragments/346_copy_ignore_txt_for_devel.yml new file mode 100644 index 0000000000..053d865d19 --- /dev/null +++ b/changelogs/fragments/346_copy_ignore_txt_for_devel.yml @@ -0,0 +1,3 @@ +--- +trivial: +- CI tests - create ignore file for 2.14.0.dev0 (https://github.com/ansible-collections/ansible.posix/issues/345). diff --git a/tests/sanity/ignore-2.14.txt b/tests/sanity/ignore-2.14.txt new file mode 100644 index 0000000000..0b6905e1c9 --- /dev/null +++ b/tests/sanity/ignore-2.14.txt @@ -0,0 +1,8 @@ +plugins/modules/synchronize.py pylint:disallowed-name +plugins/modules/synchronize.py use-argspec-type-path +plugins/modules/synchronize.py validate-modules:doc-default-does-not-match-spec +plugins/modules/synchronize.py validate-modules:nonexistent-parameter-documented +plugins/modules/synchronize.py validate-modules:parameter-type-not-in-doc +plugins/modules/synchronize.py validate-modules:undocumented-parameter +tests/utils/shippable/check_matrix.py replace-urlopen +tests/utils/shippable/timing.py shebang