Skip to content

Commit 245a8dd

Browse files
authored
drop outdated lints (dart-archive/http_parser#82)
1 parent 0c4555e commit 245a8dd

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

pkgs/http_parser/analysis_options.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,21 @@ linter:
1313
- avoid_classes_with_only_static_members
1414
- avoid_private_typedef_functions
1515
- avoid_redundant_argument_values
16-
- avoid_returning_null
17-
- avoid_returning_null_for_future
1816
- avoid_returning_this
1917
- avoid_unused_constructor_parameters
2018
- avoid_void_async
2119
- cancel_subscriptions
22-
- comment_references
2320
- join_return_with_assignment
2421
- literal_only_boolean_expressions
2522
- missing_whitespace_between_adjacent_strings
2623
- no_adjacent_strings_in_list
2724
- no_runtimeType_toString
2825
- package_api_docs
29-
- prefer_const_constructors
3026
- prefer_const_declarations
3127
- prefer_expression_function_bodies
3228
- prefer_final_locals
33-
- prefer_relative_imports
34-
- test_types_in_equals
3529
- unnecessary_await_in_return
3630
- unnecessary_breaks
3731
- use_if_null_to_convert_nulls_to_bools
3832
- use_raw_strings
3933
- use_string_buffers
40-
- use_super_parameters

pkgs/http_parser/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ dependencies:
1414
typed_data: ^1.3.0
1515

1616
dev_dependencies:
17-
dart_flutter_team_lints: ^1.0.0
17+
dart_flutter_team_lints: ^2.0.0
1818
test: ^1.16.0

0 commit comments

Comments
 (0)