Replies: 1 comment
-
would this be possible to add to vscode? "cSpell.ignoreRegExpList": [ Thanks and best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using harper inside neovim with mason.
I'm wondering if there is any way to configure ignore / exclusion patterns for certain text.
My use case is that I have harper enabled for git commit messages, and the commit message has various footers like:
Harper shows
Did you mean to spell “I4c2ecd4652708504ef299af9b6f53d680d542382” this way?
which is noise that I'd like to hide.
My expectation would be to allow adding ignore patterns based on globs or a regex like
ignore = { "Change-Id: [^\n ]+?" }
Beta Was this translation helpful? Give feedback.
All reactions