Closed sfeilmeier closed 1 month ago
See https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-10.18.2 for details.
Unfortunately Checkstyle by default requires no newline after <p> in JavaDoc, whereas Eclipse IDE automatically adds one by default. This is PR disables this check.
<p>
All modified and coverable lines are covered by tests :white_check_mark:
See https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-10.18.2 for details.
Unfortunately Checkstyle by default requires no newline after
<p>
in JavaDoc, whereas Eclipse IDE automatically adds one by default. This is PR disables this check.