-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 nilassign linter #2131
add nilassign linter #2131
Conversation
@ldez |
Hey, @sivchari — we just merged your PR to
By joining the team, you’ll be able to label issues, review pull requests, and merge approved pull requests. Thanks again! |
After more investigation on this linter, there are too many false positives. |
This reverts commit bbf0450.
@ldez |
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
nilassign finds that assigning to invalid memory address or nil pointer dereference.
https://github.com/sivchari/nilassign