tldr-lint
tldr-lint copied to clipboard
Example descriptions are incorrectly linted as being in non-infinitive form
tldr-lint rejects all example descriptions that start with a verb ending in e.g. as:
https://github.com/tldr-pages/tldr-lint/blob/b5c5a7f56c27e138f229576d363ffbae58a330bd/tldr.l#L155-L160
This causes the (infinitive) example description Antialias an image...: to be incorrectly rejected.
See https://github.com/tldr-pages/tldr/pull/12198#issuecomment-1926412310