-
-
Notifications
You must be signed in to change notification settings - Fork 875
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
Fix analysis and code format issues #1148
Conversation
Codecov ReportBase: 49.62% // Head: 49.70% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1148 +/- ##
==========================================
+ Coverage 49.62% 49.70% +0.07%
==========================================
Files 18 18
Lines 2702 2682 -20
==========================================
- Hits 1341 1333 -8
+ Misses 1361 1349 -12
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
c096700
to
c53cb80
Compare
c53cb80
to
29899c5
Compare
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.
All good!
Prerequisite: #1147
This pull request seeks to clean up our codebase by adding a CI check for formatting and analysis issues. This will raise a flag so we don't merge unformatted code or code with analysis issues.
After adding the checks, the analyzer brought up 300 suggestions (but only one warning 🎉 ), so this pull request is going to touch a LOT of files. It fixes currently existing analysis and formatting issues.
Most of the changes are trivial (formatting/code style), so I'll list any non-trivial changes here:
rem
case forCssBoxWidget
inlib/src/css_box_widget.dart
Display.block
andListStyleType.upperAlpha
)