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
typos has no concept of a string literals as it is programming language agnostic.
Within that string literal, I think the longest segment is 70 characters which it can be reasonable in some ecosystems to have identifiers that are that long or longer (our base64 detection code does not match values that look like <=90 character identifiers).
#484 is about a heuristic for ignoring things that look like identifiers but are garbage while we have #316 for excluding lines. Closing in favor of those.
Can we ignore strings longer than a certain length?
The text was updated successfully, but these errors were encountered: