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
I use typos also to check Git commit messages. Git automatically adds what's changed in the commit message file as git diff output and it may contain typos I want to exclude from checks. For example, index <git-hash-1>..<git-hash-2> <filemode> may cause errors like this:
error: `ba` should be `by`, `be`
--> /path/to/my/repo/.git/COMMIT_EDITMSG:61:9
|
61 | index a0ba5a281..ab42b8917 100644
| ^^
|
It'll be nice to be able to add extend-ignore-re regexes for this type of file.
The text was updated successfully, but these errors were encountered:
zaufi
changed the title
[FeatureReq] Please add a type for COMMIT_EDITMSG files
[wishlist] Please add a type for COMMIT_EDITMSG files
Oct 9, 2024
Hmm, in general it might be good to review that. I don't know if we'd want to add all of their file types but would be good to at least add any file names we are missing for our file types.
I use
typos
also to check Git commit messages. Git automatically adds what's changed in the commit message file asgit diff
output and it may contain typos I want to exclude from checks. For example,index <git-hash-1>..<git-hash-2> <filemode>
may cause errors like this:It'll be nice to be able to add
extend-ignore-re
regexes for this type of file.The text was updated successfully, but these errors were encountered: