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
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: