Checkstyle now fails even for warnings.

This commit is contained in:
Jindra Petřík
2025-04-13 14:23:31 +02:00
parent b1c5f9d0c6
commit c565ef2e98

View File

@@ -76,7 +76,7 @@
</target>
<target name="checkstyle">
<checkstyle config="${checkstyle_config.path}" failonviolation="true">
<checkstyle config="${checkstyle_config.path}" failonviolation="true" maxWarnings="0">
<fileset dir="src/com/jpexs" includes="**/*.java">
<exclude name="**/FontPreviewDialog.java" />
<exclude name="**/*Lexer.java" />