forked from ansible-collections/amazon.aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PR ansible-collections#749/42295a73 backport][stable-1.5] Copy ignor…
…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
1 parent
d0b54fc
commit 25cc9fc
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.