Skip to content

Commit

Permalink
[PR ansible-collections#749/42295a73 backport][stable-1.5] Copy ignor…
Browse files Browse the repository at this point in the history
…e-2.13.txt to ignore-2.14.txt (ansible-collections#753)

[PR ansible-collections#749/42295a73 backport][stable-1.5] Copy ignore-2.13.txt to ignore-2.14.txt

This is a backport of PR ansible-collections#749 as merged into main (42295a7).
SUMMARY

Relates to ansible-collections/news-for-maintainers#13

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell <None>
  • Loading branch information
patchback[bot] authored Apr 12, 2022
1 parent d0b54fc commit 25cc9fc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/sanity/ignore-2.13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
plugins/inventory/aws_ec2.py pylint:use-a-generator # (new test) Should be an easy fix but not worth blocking gating
plugins/modules/ec2_group.py pylint:use-a-generator # (new test) Should be an easy fix but not worth blocking gating
plugins/modules/ec2_tag.py validate-modules:parameter-state-invalid-choice # Deprecated choice that can't be removed until 2022
plugins/modules/ec2_vol.py validate-modules:parameter-state-invalid-choice # Deprecated choice that can't be removed until 2022
plugins/module_utils/compat/_ipaddress.py no-assert # Vendored library
plugins/module_utils/compat/_ipaddress.py no-unicode-literals # Vendored library
plugins/module_utils/core.py pylint:property-with-parameters # Breaking change required to fix - https://github.com/ansible-collections/amazon.aws/pull/290
tests/utils/shippable/check_matrix.py replace-urlopen # Standalone script used as part of testing
tests/utils/shippable/timing.py shebang # Standalone script used as part of testing
9 changes: 9 additions & 0 deletions tests/sanity/ignore-2.14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
plugins/inventory/aws_ec2.py pylint:use-a-generator # (new test) Should be an easy fix but not worth blocking gating
plugins/modules/ec2_group.py pylint:use-a-generator # (new test) Should be an easy fix but not worth blocking gating
plugins/modules/ec2_tag.py validate-modules:parameter-state-invalid-choice # Deprecated choice that can't be removed until 2022
plugins/modules/ec2_vol.py validate-modules:parameter-state-invalid-choice # Deprecated choice that can't be removed until 2022
plugins/module_utils/compat/_ipaddress.py no-assert # Vendored library
plugins/module_utils/compat/_ipaddress.py no-unicode-literals # Vendored library
plugins/module_utils/core.py pylint:property-with-parameters # Breaking change required to fix - https://github.com/ansible-collections/amazon.aws/pull/290
tests/utils/shippable/check_matrix.py replace-urlopen # Standalone script used as part of testing
tests/utils/shippable/timing.py shebang # Standalone script used as part of testing
Empty file added tests/unit/constraints.txt
Empty file.

0 comments on commit 25cc9fc

Please sign in to comment.