https://checkstyle.org/checks/regexp/regexpsingleline.html#RegexpSingleline
To ensure that implementation of new Description macro has actually spread to every module xdocs template and prevent any future manual application of description, we can add another instance of RegexpSingleline check to the config that will check whether each module has corresponding pattern such as <macro name="description"> , and if not, then let us know.
https://checkstyle.org/checks/regexp/regexpsingleline.html#RegexpSingleline
To ensure that implementation of new Description macro has actually spread to every module xdocs template and prevent any future manual application of description, we can add another instance of RegexpSingleline check to the config that will check whether each module has corresponding pattern such as
<macro name="description">, and if not, then let us know.