forked from ansible-collections/community.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.
Linting cleanup (ansible-collections#1181)
Linting cleanup SUMMARY Minor linting cleanup missing whitespace unused variables catching Exception unused imports in kms_key also replaces get_account_info with module_utils.iam.get_aws_account_info ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/inventory/aws_ec2.py plugins/module_utils/cloud.py plugins/modules/autoscaling_group.py plugins/modules/cloudtrail_info.py plugins/modules/cloudwatchlogs_log_group.py plugins/modules/ec2_eip.py plugins/modules/kms_key_info.py plugins/modules/lambda.py plugins/modules/lambda_execute.py plugins/modules/rds_cluster_snapshot.py plugins/modules/rds_instance.py plugins/modules/rds_instance_snapshot.py plugins/modules/route53_health_check.py plugins/modules/s3_object_info.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
- Loading branch information
Showing
21 changed files
with
56 additions
and
94 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,16 @@ | ||
minor_changes: | ||
- aws_ec2 inventory - minor linting fixes (https://github.com/ansible-collections/amazon.aws/pull/1181). | ||
- cloud module_utils - minor linting fixes (https://github.com/ansible-collections/amazon.aws/pull/1181). | ||
- autoscaling_group - minor linting fixes (https://github.com/ansible-collections/amazon.aws/pull/1181). | ||
- cloudtrail_info - minor linting fixes (https://github.com/ansible-collections/amazon.aws/pull/1181). | ||
- cloudwatchlogs_log_group - minor linting fixes (https://github.com/ansible-collections/amazon.aws/pull/1181). | ||
- ec2_eip - minor linting fixes (https://github.com/ansible-collections/amazon.aws/pull/1181). | ||
- kms_key_info - minor linting fixes (https://github.com/ansible-collections/amazon.aws/pull/1181). | ||
- lambda - minor linting fixes (https://github.com/ansible-collections/amazon.aws/pull/1181). | ||
- lambda_execute - minor linting fixes (https://github.com/ansible-collections/amazon.aws/pull/1181). | ||
- rds_cluster_snapshot - minor linting fixes (https://github.com/ansible-collections/amazon.aws/pull/1181). | ||
- rds_instance - minor linting fixes (https://github.com/ansible-collections/amazon.aws/pull/1181). | ||
- rds_instance_snapshot - minor linting fixes (https://github.com/ansible-collections/amazon.aws/pull/1181). | ||
- route53_health_check - minor linting fixes (https://github.com/ansible-collections/amazon.aws/pull/1181). | ||
- s3_object_info - minor linting fixes (https://github.com/ansible-collections/amazon.aws/pull/1181). | ||
- lambda - use common ``get_aws_account_info`` helper rather than reimplementing (https://github.com/ansible-collections/amazon.aws/pull/1181). |
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.