mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 17:55:31 +00:00
Checkstyle now fails even for warnings.
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user