-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Support UIEdgeInsets
type in prefer_zero_over_explicit_init
rule
#4008
Conversation
Generated by 🚫 Danger |
Codecov Report
@@ Coverage Diff @@
## master #4008 +/- ##
=======================================
Coverage 92.41% 92.41%
=======================================
Files 446 446
Lines 22530 22534 +4
=======================================
+ Hits 20821 20825 +4
Misses 1709 1709
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
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.
Thank you for the contribution!
Co-authored-by: Danny Mösch <[email protected]>
UIEdgeInsets
type in prefer_zero_over_explicit_init
rule.
UIEdgeInsets
type in prefer_zero_over_explicit_init
rule.UIEdgeInsets
type in prefer_zero_over_explicit_init
rule
@SimplyDanny Thank you for the review! |
See Also
Problem
"prefer_zero_over_explicit_init" rule is not working for UIEdgeInsets.
Detail
Fix regex pattern of
PreferZeroOverExplicitInitRule
.Screenshot