-
Notifications
You must be signed in to change notification settings - Fork 9
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
HY-4964 Turn on strong mode and lint rules #13
Conversation
RavenNumber of Findings: 0 |
@charliekump-wf @evanweible-wf @davidmarne-wf someone review and merge |
@@ -2,7 +2,7 @@ library echo; | |||
|
|||
import "dart:html"; | |||
import 'package:logging/logging.dart'; | |||
import "package:sockjs_client/sockjs.dart" as SockJS; | |||
import "package:sockjs_client/sockjs_client.dart" as SockJS; |
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.
Was this just straight up broken?
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.
it was totally the wrong path .. i think the example must not have been able to work.
@jayudey-wf ready for merge and release |
QA +1
Merging into master. |
@evanweible-wf Do we need to cut a release? |
Turn on strong mode and add required lint rules.
Testing
I pulled this into w_transport and all tests pass
