We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c770232 commit d8580f6Copy full SHA for d8580f6
1 file changed
analysis_options.yaml
@@ -8,7 +8,6 @@ linter:
8
- always_declare_return_types
9
- always_put_control_body_on_new_line
10
- always_put_required_named_parameters_first
11
- - always_require_non_null_named_parameters
12
#- always_specify_types # This would enforce to write types literally everywhere.
13
- annotate_overrides
14
#- avoid_annotating_with_dynamic # Explicit annotation of dynamic as type is preferable. Also exclusive with type_annotate_public_apis
@@ -30,8 +29,6 @@ linter:
30
29
- avoid_renaming_method_parameters
31
- avoid_relative_lib_imports
32
- avoid_return_types_on_setters
33
- - avoid_returning_null
34
- - avoid_returning_null_for_future
35
- avoid_returning_null_for_void
36
- avoid_returning_this
37
- avoid_setters_without_getters
0 commit comments