-
Notifications
You must be signed in to change notification settings - Fork 51
Fix lints, tiny bump to pkg:test #133
Conversation
@@ -15,4 +15,4 @@ environment: | |||
|
|||
dev_dependencies: | |||
dart_flutter_team_lints: ^3.0.0 | |||
test: ^1.16.0 | |||
test: ^1.16.6 |
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.
via _PUB_TEST_SDK_VERSION=3.2.0 dart pub downgrade --tighten
@@ -348,7 +348,6 @@ class BoundMultipartStream { | |||
default: | |||
// Should be unreachable. | |||
assert(false); | |||
break; |
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.
This linted locally, but not on CI.
@@ -8,7 +8,7 @@ import 'dart:convert'; | |||
import 'char_code.dart' as char_code; | |||
import 'mime_shared.dart'; | |||
|
|||
/// Bytes for '()<>@,;:\\"/[]?={} \t'. | |||
/// Bytes for `()<>@,;:\\"/[]?={} \t`. |
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.
This linted on CI (via the dartdoc HTML lint), but not locally. 🤷
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.
Perhaps version skew in the sdk versions?
@@ -8,7 +8,7 @@ import 'dart:convert'; | |||
import 'char_code.dart' as char_code; | |||
import 'mime_shared.dart'; | |||
|
|||
/// Bytes for '()<>@,;:\\"/[]?={} \t'. | |||
/// Bytes for `()<>@,;:\\"/[]?={} \t`. |
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.
Perhaps version skew in the sdk versions?
No description provided.