We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The require-ascii hook fails if it detects unicode.
require-ascii
Current: it makes best-effort to show the offending character along with column/line number. example:
path/to/filename: line 1773 column 39 character "’" (decimal 8217)
Consider: Add option to automatically replace (rewrite) offending characters with ascii equivalent. e.g., replace unicode 8217 with ascii apostrophe.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
require-ascii
hook fails if it detects unicode.Current: it makes best-effort to show the offending character along with column/line number.
example:
Consider: Add option to automatically replace (rewrite) offending characters with ascii equivalent.
e.g., replace unicode 8217 with ascii apostrophe.
The text was updated successfully, but these errors were encountered: