Skip to content

Commit e08f52a

Browse files
authored
drop outdated lints (dart-archive/typed_data#78)
1 parent 7fabdeb commit e08f52a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

pkgs/typed_data/analysis_options.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ analyzer:
77

88
linter:
99
rules:
10-
- avoid_returning_null
1110
- avoid_unused_constructor_parameters
1211
- cancel_subscriptions
13-
- comment_references
1412
- no_adjacent_strings_in_list
1513
- package_api_docs
16-
- prefer_const_constructors
17-
- test_types_in_equals
18-
- use_super_parameters

pkgs/typed_data/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ dependencies:
1414
collection: ^1.15.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)