Skip to content

Commit d8580f6

Browse files
committed
chore: update analysis options
1 parent c770232 commit d8580f6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

analysis_options.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ linter:
88
- always_declare_return_types
99
- always_put_control_body_on_new_line
1010
- always_put_required_named_parameters_first
11-
- always_require_non_null_named_parameters
1211
#- always_specify_types # This would enforce to write types literally everywhere.
1312
- annotate_overrides
1413
#- avoid_annotating_with_dynamic # Explicit annotation of dynamic as type is preferable. Also exclusive with type_annotate_public_apis
@@ -30,8 +29,6 @@ linter:
3029
- avoid_renaming_method_parameters
3130
- avoid_relative_lib_imports
3231
- avoid_return_types_on_setters
33-
- avoid_returning_null
34-
- avoid_returning_null_for_future
3532
- avoid_returning_null_for_void
3633
- avoid_returning_this
3734
- avoid_setters_without_getters

0 commit comments

Comments
 (0)