Re-enable Checkstyle

Also disable UnnecessaryParentheses due to false positive.
pull/583/head
Andrew Gaul 2023-12-26 17:40:04 +09:00 zatwierdzone przez Andrew Gaul
rodzic 4aeff5fb28
commit a7aa9a63ac
2 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -125,8 +125,7 @@
<headerLocation>src/main/resources/copyright_header.txt</headerLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<violationSeverity>warning</violationSeverity>
<!-- TODO: remove once source fixed -->
<failOnViolation>false</failOnViolation>
<failOnViolation>true</failOnViolation>
</configuration>
<dependencies>
<dependency>

Wyświetl plik

@ -118,7 +118,6 @@
</module>
<module name="TypecastParenPad"/>
<module name="TypeName"/>
<module name="UnnecessaryParentheses"/>
<module name="UnusedImports"/>
<module name="UpperEll"/>
<module name="VisibilityModifier">