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
Can't use ripgrep/rg search symbol in project
Observed behaviour: 👀 💔 A message says rg: invalid CLI arguments: unexpected argument for option '--ignore': ".#*"
rg: invalid CLI arguments: unexpected argument for option '--ignore': ".#*"
Expected behaviour: ❤️ 😄 Use ripgrep/rg search symbol in project
(windows-scripts auto-completion lsp git (git :variables git-enable-magit-delta-plugin t git-enable-magit-delta-plugin t git-enable-magit-gitflow-plugin t) helm emacs-lisp go (go :variables go-backend 'lsp go-tab-width 4 go-format-before-save t godoc-at-point-function 'godoc-gogetdoc gofmt-command "goimports") python (python :variables python-backend 'lsp python-lsp-server 'pyright python-formatter 'black python-format-on-save t python-save-before-test t) evil-better-jumper )
<<BACKTRACE IF RELEVANT>>
The text was updated successfully, but these errors were encountered:
I check the key binding 'SPC s r p' and find the function spacemacs/helm-project-do-rg.
spacemacs/helm-project-do-rg
spacemacs/layers/+completion/helm/funcs.el
Line 173 in 3d84b01
Then I read the code of helm-ag.
helm-ag
helm-ag use '--ignore' option for ignore files: https://github.com/emacsorphanage/helm-ag/blob/501af5cc7d9e9ae4473d84ba1ffb047ad8ef7fae/helm-ag.el#L189
Then I find the option '--ignore' is not used for ignore files in ripgrep doc. https://github.com/BurntSushi/ripgrep/blob/648a65f1976cc3b7eb66425024649d71d5befe1e/doc/rg.1.txt.tpl#L90C38-L90C38
ripgrep
ripgrep use '--iglob'/'--glob' option for ignore files.
Sorry, something went wrong.
it looks like a duplicate #16200
thanks
No branches or pull requests
Description
Can't use ripgrep/rg search symbol in project
Reproduction guide 🪲
Observed behaviour: 👀 💔
A message says
rg: invalid CLI arguments: unexpected argument for option '--ignore': ".#*"
Expected behaviour: ❤️ 😄
Use ripgrep/rg search symbol in project
System Info 💻
Backtrace 🐾
The text was updated successfully, but these errors were encountered: