Skip to content

The expected keywords were not found #1855

Answered by BurntSushi
Junbo-Zheng asked this question in Q&A
Discussion options

You must be logged in to vote

Try running ripgrep with -uuu. ripgrep is almost certainly skipping files because of its smart filtering. You likely have relevant gitignore rules in play here.

If you want to get to bottom of it, run ripgrep with the --debug flag. It will tell you which files it's skipping and why.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Junbo-Zheng
Comment options

@BurntSushi
Comment options

@BurntSushi
Comment options

@Junbo-Zheng
Comment options

@BurntSushi
Comment options

Answer selected by Junbo-Zheng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants