From 4f5497549e476a71e4bd31e90b0b1e992ab566c8 Mon Sep 17 00:00:00 2001 From: cidrblock Date: Mon, 11 Apr 2022 04:02:08 -0700 Subject: [PATCH] Add init --- changelogs/fragments/0-ignore.yml | 3 +++ tests/sanity/ignore-2.14.txt | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 changelogs/fragments/0-ignore.yml diff --git a/changelogs/fragments/0-ignore.yml b/changelogs/fragments/0-ignore.yml new file mode 100644 index 0000000..ec804d2 --- /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 index 8282eb6..fbedf6f 100644 --- a/tests/sanity/ignore-2.14.txt +++ b/tests/sanity/ignore-2.14.txt @@ -1,7 +1,2 @@ plugins/module_utils/common/index_of.py pylint:ansible-bad-module-import # file's use is limited to filter and lookups on control node tests/unit/mock/loader.py pylint:arguments-renamed -tests/unit/module_utils/__init__.py empty-init # The __init__ may describe the package (PEP257) -tests/unit/module_utils/fixtures/__init__.py empty-init # The __init__ may describe the package (PEP257) -tests/unit/plugins/action/__init__.py empty-init # The __init__ may describe the package (PEP257) -tests/unit/plugins/filter/__init__.py empty-init # The __init__ may describe the package (PEP257) -tests/unit/plugins/test/__init__.py empty-init # The __init__ may describe the package (PEP257) \ No newline at end of file