Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 4c5a496

Browse files
authored
drop outdated lints (#46)
1 parent 7c1eb9d commit 4c5a496

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

analysis_options.yaml

-7
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

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ environment:
88

99
dev_dependencies:
1010
csv: ^5.0.0
11-
dart_flutter_team_lints: ^1.0.0
11+
dart_flutter_team_lints: ^2.0.0
1212
dart_style: ^2.0.0
1313
test: ^1.16.0

0 commit comments

Comments
 (0)