Closed Evgenios95 closed 2 years ago
No. I've created this rule for documentation of textlint. https://textlint.github.io/docs/rule.html So, It has only minimal feature.
You can creating another rule or use next rule. https://github.com/textlint-rule/textlint-rule-pattern
In my project, I use a Format which is of the following format:
// TODO [TIE-1329]:
For consistency reasons, I would like to be able to install
textlint-rule-no-todo
, but configure it in such a way, that if theTODO
is followed by[]
and anID
inside it, it shouldn't throw errors.Is that possible in any way at the moment?