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 check-illegal-windows-names hook does not check for every illegal filename on Windows. For example, filenames with "double" quotes are still allowed.
Update the regex so that all illegal filenames get detected. Illegal Windows filenames are defined here.
The text was updated successfully, but these errors were encountered:
The
check-illegal-windows-names
hook does not check for every illegal filename on Windows. For example, filenames with "double" quotes are still allowed.Update the regex so that all illegal filenames get detected. Illegal Windows filenames are defined here.
The text was updated successfully, but these errors were encountered: