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 redundant Null Conditional Operators #12

Closed
lmalenfant opened this issue Sep 14, 2023 · 0 comments · Fixed by #13
Closed

Remove redundant Null Conditional Operators #12

lmalenfant opened this issue Sep 14, 2023 · 0 comments · Fixed by #13
Labels
good first issue Good for newcomers

Comments

@lmalenfant
Copy link
Member

Is your feature request related to a problem? Please describe.
If there are Null Conditional Operators ?. in the code, these get left behind, add a regular expression to check for ?.Object prior to removing .Object so these no longer get left behind.

@lmalenfant lmalenfant added the good first issue Good for newcomers label Sep 14, 2023
@lmalenfant lmalenfant linked a pull request Sep 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
1 participant