Skip to content

Commit 0b40397

Browse files
authored
update lints (#1244)
1 parent 2971f32 commit 0b40397

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

pkgs/http_profile/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ environment:
99
sdk: ^3.4.0
1010

1111
dev_dependencies:
12-
dart_flutter_team_lints: ^2.1.1
12+
dart_flutter_team_lints: ^3.0.0
1313
test: ^1.24.9

pkgs/ok_http/example/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# The following line activates a set of recommended lints for Flutter apps,
99
# packages, and plugins designed to encourage good coding practices.
10-
include: package:flutter_lints/flutter.yaml
10+
include: package:dart_flutter_team_lints/analysis_options.yaml
1111

1212
linter:
1313
# The lint rules applied to this project can be customized in the

pkgs/ok_http/example/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ environment:
88
sdk: ">=3.4.1 <4.0.0"
99

1010
dependencies:
11+
cupertino_icons: ^1.0.6
1112
flutter:
1213
sdk: flutter
13-
ok_http:
14-
path: ../
15-
cupertino_icons: ^1.0.6
1614
http: ^1.0.0
1715
http_image_provider: ^0.0.2
16+
ok_http:
17+
path: ../
1818
provider: ^6.1.1
1919

2020
dev_dependencies:
21+
dart_flutter_team_lints: ^3.0.0
2122
flutter_test:
2223
sdk: flutter
23-
flutter_lints: ^3.0.0
2424
http_client_conformance_tests:
2525
path: ../../http_client_conformance_tests/
2626
http_profile: ^0.1.0

pkgs/web_socket/lib/src/web_socket.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ abstract interface class WebSocket {
169169
///
170170
/// - A close frame was received from the peer. [CloseReceived.code] and
171171
/// [CloseReceived.reason] will be set by the peer.
172-
/// - A failure occurred (e.g. the peer disconnected). [CloseReceived.code] and
173-
/// [CloseReceived.reason] will be a failure code defined by
172+
/// - A failure occurred (e.g. the peer disconnected). [CloseReceived.code]
173+
/// and [CloseReceived.reason] will be a failure code defined by
174174
/// (RFC-6455)[https://www.rfc-editor.org/rfc/rfc6455.html#section-7.4.1]
175175
/// (e.g. 1006).
176176
///

0 commit comments

Comments
 (0)