Issue #2661: fix for missed closed tag
This commit is contained in:
parent
7aaece50ec
commit
634b770406
|
|
@ -83,6 +83,7 @@
|
|||
<module name="ForbidCertainImports">
|
||||
<property name="packageNameRegexp" value="^.*(api|utils).*$"/>
|
||||
<property name="forbiddenImportsRegexp" value="^.*checks.*$"/>
|
||||
</module>
|
||||
<module name="LineLengthExtended">
|
||||
<property name="max" value="100"/>
|
||||
<property name="ignoreClass" value="true"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue