Skip to content
New issue

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

fix(cli): Ignore (do not abort on) non-utf8 files when walking recurs… #167

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

alexpovel
Copy link
Owner

…ively

Previously a hard error, but safest bet seems to
ignore. Ripgrep handles binary data with NUL byte
detection, which does not seem necessary here

Closes #166

…ively

Previously a hard error, but safest bet seems to
ignore. Ripgrep handles binary data with NUL byte
detection, which does not seem necessary here

Closes #166
@alexpovel alexpovel merged commit b3b9d6e into main Nov 5, 2024
17 checks passed
@alexpovel alexpovel deleted the binary-data branch November 5, 2024 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore binary files when walking recursively
1 participant