Skip to content

Commit

Permalink
Update analysis_options.yaml for lint being removed (#6818)
Browse files Browse the repository at this point in the history
Removed in https://dart.googlesource.com/sdk.git/+/dd6c961bf0582b94a578ede5a6767988d0f78aed

This is blocking Dart rolls to Flutter via customer tests.
  • Loading branch information
zanderso authored Nov 22, 2023
1 parent b9c3de7 commit 533e33e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ linter:
- always_declare_return_types
# - always_put_control_body_on_new_line
# - always_put_required_named_parameters_first # we prefer having parameters in the same order as fields https://github.com/flutter/flutter/issues/10219
- always_require_non_null_named_parameters
# - always_specify_types
- annotate_overrides
# - avoid_annotating_with_dynamic # conflicts with always_specify_types
Expand Down

0 comments on commit 533e33e

Please sign in to comment.