Skip to content

Commit 23ad257

Browse files
committed
Remove deprecated lint rules for turms-client-dart
1 parent 51654b0 commit 23ad257

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

turms-client-dart/analysis_options.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ linter:
1515
rules:
1616
- always_declare_return_types
1717
- always_put_control_body_on_new_line
18-
- always_require_non_null_named_parameters
1918
- annotate_overrides
2019
- avoid_bool_literals_in_conditional_expressions
2120
- avoid_catching_errors
@@ -32,7 +31,6 @@ linter:
3231
- avoid_relative_lib_imports
3332
- avoid_renaming_method_parameters
3433
- avoid_return_types_on_setters
35-
- avoid_returning_null_for_future
3634
- avoid_returning_null_for_void
3735
- avoid_returning_this
3836
- avoid_shadowing_type_parameters

0 commit comments

Comments
 (0)