-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore use-a-generator pylint errors for now, potential side effects …
…and not worth blocking gating
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
plugins/module_utils/compat/_ipaddress.py no-assert # Vendored library | ||
plugins/module_utils/compat/_ipaddress.py no-unicode-literals # Vendored library | ||
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 |