-
Notifications
You must be signed in to change notification settings - Fork 58
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
UIP-1639 Update formatting guidelines WRT dartfmt and trailing commas #37
UIP-1639 Update formatting guidelines WRT dartfmt and trailing commas #37
Conversation
RavenNumber of Findings: 0 |
Current coverage is 97.44% (diff: 100%)@@ master #37 diff @@
==========================================
Files 27 27
Lines 1286 1286
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 1253 1253
Misses 33 33
Partials 0 0
|
> | ||
> _We have a long-term goal of writing our own formatter that extends from `dartfmt` to make it possible for our | ||
> fluent-style to remain readable even after the formatter executes._ | ||
#### dart_style |
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.
#nit shouldn't this be an h3
?
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.
Idk, I made it an h4 so it'd look less important 😄 . Didn't want to take away from the meat of this section: the formatting guidelines.
I can change it to be more consistent, though
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.
@greglittlefield-wf I'd say - to make it look less important - just use bold text instead of a heading?
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.
Addressed in 2fb8625
+1 |
+1 |
QA +10
merging. |
Ultimate problem:
Formatting guidelines were outdated when it came to trailing commas. (#25)
How it was fixed:
Update them.
Testing suggestions:
Potential areas of regression: