-
Notifications
You must be signed in to change notification settings - Fork 111
Conversation
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.
Thanks for this cleanup. LGTM.
example/example.dart
Outdated
@@ -0,0 +1,15 @@ | |||
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file |
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] 2018
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.
sorry I copied the file header from CONTRIBUTING. I updated both spots 👍
@@ -23,13 +23,8 @@ import 'io_sink.dart'; | |||
import 'web_socket.dart'; | |||
|
|||
const String webSocketGUID = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"; | |||
const String _webSocketGUID = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"; |
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.
Odd these weren't cleaned up / caught sooner. @kevmoo do we not have the proper lints turned on for this package?
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.
FYI dartanalyzer --fatal-infos --fatal-warnings .
caught these; I just updated travis.
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.
Ah yes. That's our usual standard. Thanks for fixing it.
Update analyzer and clean up warnings
Addressed the following:
