You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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