Issue #2661: fix for missed closed tag

This commit is contained in:
Roman Ivanov 2015-12-19 14:12:53 -08:00
parent 7aaece50ec
commit 634b770406
1 changed files with 1 additions and 0 deletions

View File

@ -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"/>