Skip to content

Commit 6a6f22d

Browse files
authored
drop outdated lints (dart-archive/pub_semver#96)
1 parent edc6bb3 commit 6a6f22d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

pkgs/pub_semver/analysis_options.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,20 @@ 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
2220
- cascade_invocations
23-
- comment_references
2421
- join_return_with_assignment
2522
- literal_only_boolean_expressions
2623
- missing_whitespace_between_adjacent_strings
2724
- no_adjacent_strings_in_list
2825
- no_runtimeType_toString
2926
- package_api_docs
30-
- prefer_const_constructors
3127
- prefer_const_declarations
3228
- prefer_expression_function_bodies
33-
- prefer_relative_imports
34-
- test_types_in_equals
3529
- unnecessary_await_in_return
3630
- use_if_null_to_convert_nulls_to_bools
3731
- use_raw_strings
3832
- use_string_buffers
39-
- use_super_parameters

pkgs/pub_semver/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ dependencies:
1616
meta: ^1.3.0
1717

1818
dev_dependencies:
19-
dart_flutter_team_lints: ^1.0.0
19+
dart_flutter_team_lints: ^2.0.0
2020
test: ^1.16.0

0 commit comments

Comments
 (0)