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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Copy the flags from ripgrep: https://github.com/BurntSushi/ripgrep/blob/master/src/app.rs#L745
Exposed as https://github.com/BurntSushi/ripgrep/blob/master/src/args.rs#L902
The text was updated successfully, but these errors were encountered:
Codespell ignores files with a null character in the first 1024 bytes https://github.com/codespell-project/codespell/blob/master/codespell_lib/_codespell.py#L351
scspell-go first checks some know extensions https://github.com/client9/misspell/blob/master/mime.go#L61 Otherwise, it checks for know magic numbers and falls back to mime detction https://github.com/client9/misspell/blob/master/mime.go#L124
Both cases are unconditional.
Sorry, something went wrong.
Looks like ripgrep uses null byte detection
Probably going to implement this in a fast turn around way and then open an issue to speed it up.
feat: Ignore binary files
da156e3
Fixes #29
Successfully merging a pull request may close this issue.
Copy the flags from ripgrep: https://github.com/BurntSushi/ripgrep/blob/master/src/app.rs#L745
Exposed as https://github.com/BurntSushi/ripgrep/blob/master/src/args.rs#L902
The text was updated successfully, but these errors were encountered: