Skip to content

Commit

Permalink
chore: update analysis options
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Feb 25, 2024
1 parent 4acff84 commit 6646969
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ linter:
- always_declare_return_types
- always_put_control_body_on_new_line
- always_put_required_named_parameters_first
- always_require_non_null_named_parameters
#- always_specify_types # This would enforce to write types literally everywhere.
- annotate_overrides
#- avoid_annotating_with_dynamic # Explicit annotation of dynamic as type is preferable. Also exclusive with type_annotate_public_apis
Expand All @@ -54,11 +53,7 @@ linter:
- avoid_renaming_method_parameters
- avoid_relative_lib_imports
- avoid_return_types_on_setters
- avoid_returning_null
- avoid_returning_null_for_future
- avoid_returning_null_for_void
- avoid_returning_this
- avoid_setters_without_getters
- avoid_shadowing_type_parameters
- avoid_single_cascade_in_expression_statements
- avoid_slow_async_io
Expand Down

0 comments on commit 6646969

Please sign in to comment.