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
We have support for some specific non-identifiers like base64 encoding, sha hashes, RGB color codes, etc.
In this case, the content is split across multiple lines with \ so even if we added a special check for this (like #401), it wouldn't match,.
We do offer default.extend-ignore-re which can be used to make custom exclusions with some examples in the docs, including making general line and block exclusions.
We have #316 for official line exclusion support and #484 for better "garbage data" detection.
Closing in favor of default-extend-ignore-re and those issues. If there is a reason we should keep this open, let us know!
We have the following multi line string in some example code:
and it's causing the following funny error:
The text was updated successfully, but these errors were encountered: