From b3f06a569b0a56e9120c76a24c2981b0890afbd1 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Sat, 9 Apr 2022 09:28:02 +0300 Subject: [PATCH] Copy ingore txt (#552) Copy ingore txt SUMMARY ansible-collections/news-for-maintainers#13 Dear maintainers, I'd like to ask you to track the news-for-maintainers themselves in the future if possible Thanks! --- changelogs/fragments/0-ignore.yml | 3 +++ tests/sanity/ignore-2.14.txt | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 changelogs/fragments/0-ignore.yml create mode 100644 tests/sanity/ignore-2.14.txt diff --git a/changelogs/fragments/0-ignore.yml b/changelogs/fragments/0-ignore.yml new file mode 100644 index 000000000..ec804d278 --- /dev/null +++ b/changelogs/fragments/0-ignore.yml @@ -0,0 +1,3 @@ +--- +trivial: + - Copy ignore.txt. diff --git a/tests/sanity/ignore-2.14.txt b/tests/sanity/ignore-2.14.txt new file mode 100644 index 000000000..c4382ac06 --- /dev/null +++ b/tests/sanity/ignore-2.14.txt @@ -0,0 +1,3 @@ +plugins/action/ios.py action-plugin-docs # base class for deprecated network platform modules using `connection: local` +plugins/cliconf/ios.py pylint:arguments-renamed +tests/unit/mock/loader.py pylint:arguments-renamed