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
the linter panics on simple json.Marshal(nil) line.
I understand that this is the bad code, that should never exists, but we have it and the linter definitely should not panic on such code
the linter panics on simple
json.Marshal(nil)
line.I understand that this is the bad code, that should never exists, but we have it and the linter definitely should not panic on such code
The text was updated successfully, but these errors were encountered: