[java] Enable security ruleset for all-java.xml

This commit is contained in:
Andreas Dangel
2018-04-23 21:20:48 +02:00
parent 260f1da440
commit c7e493f283

View File

@ -27,6 +27,6 @@
<rule ref="category/java/errorprone.xml" />
<rule ref="category/java/multithreading.xml" />
<rule ref="category/java/performance.xml" />
<!-- <rule ref="category/java/security.xml" /> -->
<rule ref="category/java/security.xml" />
</ruleset>