Upgrade build system

This commit is contained in:
Paul Schaub 2025-09-27 12:28:47 +02:00
parent 5b6b2f0846
commit b6643b4543
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
6 changed files with 24 additions and 51 deletions

View file

@ -99,17 +99,6 @@ SPDX-License-Identifier: CC0-1.0
<property name="message" value="Indent must not use tab characters. Use space instead."/>
</module>
<module name="JavadocMethod">
<!-- TODO stricten those checks -->
<property name="scope" value="public"/>
<!--<property name="allowUndeclaredRTE" value="true"/>-->
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingThrowsTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="allowMissingJavadoc" value="true"/>
<property name="suppressLoadErrors" value="true"/>
</module>
<module name="JavadocStyle">
<property name="scope" value="public"/>
<property name="checkEmptyJavadoc" value="true"/>