Skip to content

Commit 059282e

Browse files
authored
1 parent b4b92a4 commit 059282e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pkgs/pubspec_parse/analysis_options.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,15 @@ linter:
1919
- avoid_void_async
2020
- cancel_subscriptions
2121
- cascade_invocations
22-
- comment_references
2322
- join_return_with_assignment
2423
- literal_only_boolean_expressions
2524
- missing_whitespace_between_adjacent_strings
2625
- no_adjacent_strings_in_list
2726
- no_runtimeType_toString
2827
- package_api_docs
29-
- prefer_const_constructors
3028
- prefer_const_declarations
3129
- prefer_expression_function_bodies
3230
- prefer_final_locals
33-
- prefer_relative_imports
3431
- require_trailing_commas
35-
- test_types_in_equals
3632
- unnecessary_await_in_return
3733
- use_string_buffers

pkgs/pubspec_parse/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
dev_dependencies:
2121
build_runner: ^2.0.3
2222
build_verify: '>=2.0.0 <4.0.0'
23-
dart_flutter_team_lints: ^1.0.0
23+
dart_flutter_team_lints: ^2.0.0
2424
json_serializable: ^6.6.0
2525
path: ^1.5.1
2626
# Needed because we are configuring `combining_builder`

0 commit comments

Comments
 (0)