Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove missing_return warning option from analysis options #31

Merged

Conversation

whesse
Copy link
Contributor

@whesse whesse commented Jan 15, 2024

The missing_return analysis option is removed from the Dart analyzer in https://dart-review.googlesource.com/c/sdk/+/346182

Since the option is removed, the analyzer issues a warning when it sees the option in this analysis_options file, and CI systems running the analyzer on this code report it as a test failure.

Removed the option from the analysis_options.yaml file.

The missing_return analysis option is removed from the Dart analyzer in https://dart-review.googlesource.com/c/sdk/+/346182

Since the option is removed, the analyzer issues a warning when it sees the option in this analysis_options file, and CI systems running the analyzer on this code report it as a test failure.

Removed the option from the analysis_options.yaml file.
@whesse
Copy link
Contributor Author

whesse commented Jan 15, 2024

@parlough

@marcglasberg marcglasberg merged commit 8445be3 into marcglasberg:master Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants