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