Motivation
I want @todo to be an error, and @todo xyz to not be an error.
Current behavior
Desired behavior
Alternatives considered
I tried using match-description with todo added to tags, but this also started erroring on constructor unless I also used constructor: ".*", even though I set mainDescription to false.