-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various lint fixups #1350
Merged
softwarefactory-project-zuul
merged 2 commits into
ansible-collections:main
from
tremble:sanity/20230204
Feb 4, 2023
Merged
Various lint fixups #1350
softwarefactory-project-zuul
merged 2 commits into
ansible-collections:main
from
tremble:sanity/20230204
Feb 4, 2023
Conversation
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
ansibullbot
added
community_review
feature
This issue/PR relates to a feature request
module
module
module_utils
module_utils
needs_maintainer
needs_triage
plugins
plugin (any type)
tests
tests
labels
Feb 4, 2023
felixfontein
approved these changes
Feb 4, 2023
tremble
added
mergeit
Merge the PR (SoftwareFactory)
backport-5
PR should be backported to the stable-5 branch
labels
Feb 4, 2023
Backport to stable-5: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply f6755e1 on top of patchback/backports/stable-5/f6755e1caed36e6379ef57be06102a92ee81b743/pr-1350 Backporting merged PR #1350 into main
🤖 @patchback |
tremble
added a commit
to tremble/amazon.aws
that referenced
this pull request
Feb 4, 2023
Various lint fixups SUMMARY Minor linting fixups ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance ec2_vpc_nat_gateway lambda_layer s3_bucket plugins/module_utils/s3.py ADDITIONAL INFORMATION S3 unused imports aren't in changelog because they're related to unreleased refactoring. See Also: ansible-collections/news-for-maintainers#34 Reviewed-by: Felix Fontein <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-5
PR should be backported to the stable-5 branch
community_review
feature
This issue/PR relates to a feature request
mergeit
Merge the PR (SoftwareFactory)
module_utils
module_utils
module
module
needs_maintainer
needs_triage
plugins
plugin (any type)
tests
tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Minor linting fixups
ISSUE TYPE
COMPONENT NAME
ec2_instance
ec2_vpc_nat_gateway
lambda_layer
s3_bucket
plugins/module_utils/s3.py
ADDITIONAL INFORMATION
S3 unused imports aren't in changelog because they're related to unreleased refactoring.
See Also: ansible-collections/news-for-maintainers#34