-
Notifications
You must be signed in to change notification settings - Fork 120
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
[Q] Can't match git diff
output
#1118
Comments
I put that config in a directory with that block of text in a file and typos succeeded. To test my setup, I removed the config and it failed. The only thin I can think of is that typos isn't finding the config. If you could run We determine where to load the config based on the file or directory path passed to typos/crates/typos-cli/src/bin/typos-cli/main.rs Lines 192 to 221 in 6802cc6
|
I want to exclude some lines from Git commit message files (see #1117) and have this in my
.typos.toml
for now:However, the
COMMIT_EDITMSG
like this does not match and causes an error:result in the error:
It doesn't match even if I reduce regex to the trivial as
^index .*$
!Please help…
The text was updated successfully, but these errors were encountered: