-
Notifications
You must be signed in to change notification settings - Fork 40
CP-1140 Initial implementation of failing on analyzer hints #102
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
Conversation
lib/src/tasks/analyze/cli.dart
Outdated
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.
might be better to implement hints as an option instead of a flag with values of 'none', 'enabled', 'fatal'?
1924484 to
6181bcc
Compare
Current coverage is
|
lib/src/tasks/analyze/cli.dart
Outdated
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.
might be better to implement hints as an option instead of a flag with values of 'none', 'enabled', 'fatal'?
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.
I'm torn on this. I think I like that idea, but it could be confusing to make --hints function differently than the dartanalyzer.
|
+1 |
1 similar comment
|
+1 |
|
+1 |
|
@travissanderson-wf can you update the readme with this change as well potentially provide an integration test (@evanweible-wf your thoughts on the latter) ? |
|
There was no existing coverage over AnalyzeTask so I didn't add any |
|
@jayudey-wf added the README info! |
|
I misunderstood the analyze_test - I will add coverage! |
|
@evanweible-wf @maxwellpeterson-wf @trentgrover-wf @jayudey-wf ready for review again |
|
Code looks good, +1 assuming CI passes. At that point, I think this is ready for a rebase against latest master and a squash into a single commit. |
f6feeaa to
7cfa4ff
Compare
|
@evanweible-wf done |
|
+1 |
1 similar comment
|
+1 |
|
+1 |
|
@travissanderson-wf needs a |
7cfa4ff to
ab28659
Compare
|
sigh... done |
|
🎉 +1 |
|
QA Resource Approval: +10
Merging into master. |
CP-1140 Initial implementation of failing on analyzer hints
Potential fix for #101
@evanweible-wf @maxwellpeterson-wf @trentgrover-wf