You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using non-null assertions cancels out the benefits of strict null-checking, and introduces the possibility of runtime errors. Avoid non-null assertions unless absolutely necessary. If you still need to use one, write a skipcq comment to explain why it is safe.
Occurrences
There are 12 occurrences of this issue in the repository.
Description
Using non-null assertions cancels out the benefits of strict null-checking, and introduces the possibility of runtime errors. Avoid non-null assertions unless absolutely necessary. If you still need to use one, write a skipcq comment to explain why it is safe.
Occurrences
There are 12 occurrences of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/ishaanbedi/woyage/issue/JS-0339/occurrences/
The text was updated successfully, but these errors were encountered: