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 just noticed that files.extend-exclude does not work properly in the .typos.toml file, when a different working directory is used. It only happens if a sub-folder is mentioned in the exclude pattern, so the following steps to reproduce:
There is a file ./tests/bla.crt which has multiple recognized typos.
In ./.typos.toml there is tests/bla.crt as exclude pattern.
Now invoke typos in the current directory and it works.
Now invoke typos ./foo in the parent directory and it fails.
The text was updated successfully, but these errors were encountered:
Hi,
I just noticed that
files.extend-exclude
does not work properly in the.typos.toml
file, when a different working directory is used. It only happens if a sub-folder is mentioned in the exclude pattern, so the following steps to reproduce:./tests/bla.crt
which has multiple recognized typos../.typos.toml
there istests/bla.crt
as exclude pattern.typos
in the current directory and it works.typos ./foo
in the parent directory and it fails.The text was updated successfully, but these errors were encountered: