-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Lint and format awscli customizations - cloudformation, cloudtrail, codeartifact, codedeploy, configservice, configure #9161
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
Lint and format awscli customizations - cloudformation, cloudtrail, codeartifact, codedeploy, configservice, configure #9161
Conversation
1e25afc to
193eeb0
Compare
193eeb0 to
7e07719
Compare
9493f42 to
fd4aabb
Compare
fd4aabb to
98a9143
Compare
| r'(?P<option>[^:=][^:=]*)' | ||
| r'\s*(?P<vi>[:=])\s*' | ||
| r'(?P<value>.*)$' | ||
| r'(?P<option>[^:=][^:=]*)' r'\s*(?P<vi>[:=])\s*' r'(?P<value>.*)$' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a fan of this, but see the value in separating the lines of the long regex. Suggest skipping formatting here (add # fmt: skip).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in ef55fe7
AndrewAsseily
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v2 #9161 +/- ##
==========================
==========================
☔ View full report in Codecov by Sentry. |
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.