From d408fc7f5be505f24061cd08e626a99f2458face Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Fri, 28 Oct 2022 10:24:17 +0200 Subject: [PATCH] Add temporary ignore for PEP8 errors, will backport after release --- tests/sanity/ignore-2.14.txt | 4 +++- tests/sanity/ignore-2.15.txt | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/sanity/ignore-2.14.txt b/tests/sanity/ignore-2.14.txt index 9f9adc33ce1..3f130a223d5 100644 --- a/tests/sanity/ignore-2.14.txt +++ b/tests/sanity/ignore-2.14.txt @@ -1 +1,3 @@ -plugins/modules/route53.py validate-modules:parameter-state-invalid-choice # route53_info needs improvements before we can deprecate this \ No newline at end of file +plugins/inventory/aws_ec2.py pep8:E275 # Need to partially backport 1181 +plugins/modules/route53.py validate-modules:parameter-state-invalid-choice # route53_info needs improvements before we can deprecate this +plugins/modules/s3_object_info.py pep8:E275 # Need to partially backport 1181 diff --git a/tests/sanity/ignore-2.15.txt b/tests/sanity/ignore-2.15.txt index 09a7e9cbb50..3f130a223d5 100644 --- a/tests/sanity/ignore-2.15.txt +++ b/tests/sanity/ignore-2.15.txt @@ -1 +1,3 @@ +plugins/inventory/aws_ec2.py pep8:E275 # Need to partially backport 1181 plugins/modules/route53.py validate-modules:parameter-state-invalid-choice # route53_info needs improvements before we can deprecate this +plugins/modules/s3_object_info.py pep8:E275 # Need to partially backport 1181