We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
extend-glob
[type
I noticed that in the docs there is this example, but is the extend-glob required here? I tested a similar case where I omitted and it seemed to work.
[type.po] extend-glob = ["*.po"] check-file = false
I'm assuming this is useful if you have a file x.po1 that you'd like to treat like x.po.
x.po1
x.po
The text was updated successfully, but these errors were encountered:
Extend glob is needed when
Sorry, something went wrong.
* the type is previously undefined
In my case, I was dealing with .tex files. What does undefined mean here?
.tex
Undefined means its not reported in typos --type-list
typos --type-list
967534b
No branches or pull requests
I noticed that in the docs there is this example, but is the
extend-glob
required here? I tested a similar case where I omitted and it seemed to work.I'm assuming this is useful if you have a file
x.po1
that you'd like to treat likex.po
.The text was updated successfully, but these errors were encountered: