HHH-13685 Remove the obsolete FileContentsHolder module in checkstyle configuration

See https://github.com/checkstyle/checkstyle/issues/3573
This commit is contained in:
Yoann Rodière 2020-03-31 18:05:50 +02:00 committed by Steve Ebersole
parent ab4d87cfd1
commit 42f3948ce5
2 changed files with 0 additions and 5 deletions

View File

@ -10,9 +10,6 @@
<module name="TreeWalker">
<module name="FileContentsHolder"/>
<module name="AvoidStarImport">
<property name="severity" value="warning" />
</module>

View File

@ -22,8 +22,6 @@
<module name="TreeWalker">
<module name="FileContentsHolder"/>
<!--
High-priority warnings : fail the build...
-->