HHH-13685 Remove the obsolete FileContentsHolder module in checkstyle configuration
See https://github.com/checkstyle/checkstyle/issues/3573
This commit is contained in:
parent
564fe3b442
commit
9722cf0fd6
|
@ -10,9 +10,6 @@
|
|||
|
||||
<module name="TreeWalker">
|
||||
|
||||
<module name="FileContentsHolder"/>
|
||||
|
||||
|
||||
<module name="AvoidStarImport">
|
||||
<property name="severity" value="warning" />
|
||||
</module>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
|
||||
<module name="TreeWalker">
|
||||
|
||||
<module name="FileContentsHolder"/>
|
||||
|
||||
<!--
|
||||
High-priority warnings : fail the build...
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue