Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Fix lints, tiny bump to pkg:test #133

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Fix lints, tiny bump to pkg:test #133

merged 1 commit into from
Sep 9, 2024

Conversation

kevmoo
Copy link
Contributor

@kevmoo kevmoo commented Sep 8, 2024

No description provided.

@kevmoo kevmoo requested a review from devoncarew September 8, 2024 18:45
@@ -15,4 +15,4 @@ environment:

dev_dependencies:
dart_flutter_team_lints: ^3.0.0
test: ^1.16.0
test: ^1.16.6
Copy link
Contributor Author

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;
Copy link
Contributor Author

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`.
Copy link
Contributor Author

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. 🤷

Copy link
Contributor

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`.
Copy link
Contributor

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?

@kevmoo kevmoo merged commit ab35e4a into master Sep 9, 2024
5 checks passed
@kevmoo kevmoo deleted the fixes branch September 9, 2024 16:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants