Skip to content

Commit

Permalink
Remove analysis config for removed missing_return diagnostic (#3426)
Browse files Browse the repository at this point in the history
Issue reference: flutter/flutter#141576
  • Loading branch information
parlough authored Jan 15, 2024
1 parent 1b5437c commit e816d49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ analyzer:
errors:
# treat missing required parameters as a warning (not a hint)
missing_required_param: warning
# treat missing returns as a warning (not a hint)
missing_return: warning
# allow having TODOs in the code
todo: ignore
exclude:
Expand Down

0 comments on commit e816d49

Please sign in to comment.