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

Add an analyzer that detects Option.get usage #32

Merged
merged 3 commits into from
Nov 15, 2023

Conversation

sheridanchris
Copy link
Contributor

@sheridanchris sheridanchris commented Nov 15, 2023

This PR will Add an analyzer that detects Option.get usage and suggests graceful handling of each case.
This PR will close #31

Copy link
Contributor

@nojaf nojaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very solid PR there @sheridanchris!

If you like, you can add in 0.4.0 in the changelog and we can ship!

@sheridanchris
Copy link
Contributor Author

sheridanchris commented Nov 15, 2023

I updated the changelog.

Copy link
Contributor

@dawedawe dawedawe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, thanks!

@nojaf nojaf merged commit ab29042 into ionide:main Nov 15, 2023
5 checks passed
@sheridanchris sheridanchris deleted the option-get-analyzer branch November 15, 2023 13:48
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.

Option.get analyzer
3 participants