Skip to content

Commit

Permalink
update lints (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jun 24, 2024
1 parent 2971f32 commit 0b40397
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pkgs/http_profile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ environment:
sdk: ^3.4.0

dev_dependencies:
dart_flutter_team_lints: ^2.1.1
dart_flutter_team_lints: ^3.0.0
test: ^1.24.9
2 changes: 1 addition & 1 deletion pkgs/ok_http/example/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

linter:
# The lint rules applied to this project can be customized in the
Expand Down
8 changes: 4 additions & 4 deletions pkgs/ok_http/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ environment:
sdk: ">=3.4.1 <4.0.0"

dependencies:
cupertino_icons: ^1.0.6
flutter:
sdk: flutter
ok_http:
path: ../
cupertino_icons: ^1.0.6
http: ^1.0.0
http_image_provider: ^0.0.2
ok_http:
path: ../
provider: ^6.1.1

dev_dependencies:
dart_flutter_team_lints: ^3.0.0
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
http_client_conformance_tests:
path: ../../http_client_conformance_tests/
http_profile: ^0.1.0
Expand Down
4 changes: 2 additions & 2 deletions pkgs/web_socket/lib/src/web_socket.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ abstract interface class WebSocket {
///
/// - A close frame was received from the peer. [CloseReceived.code] and
/// [CloseReceived.reason] will be set by the peer.
/// - A failure occurred (e.g. the peer disconnected). [CloseReceived.code] and
/// [CloseReceived.reason] will be a failure code defined by
/// - A failure occurred (e.g. the peer disconnected). [CloseReceived.code]
/// and [CloseReceived.reason] will be a failure code defined by
/// (RFC-6455)[https://www.rfc-editor.org/rfc/rfc6455.html#section-7.4.1]
/// (e.g. 1006).
///
Expand Down

0 comments on commit 0b40397

Please sign in to comment.