Tweak file property of import control config to work on Windows

This commit is contained in:
Andy Wilkinson
2017-03-13 16:22:23 +00:00
parent bb54411366
commit 703d403f7d

View File

@@ -78,7 +78,7 @@
<property name="processJavadoc" value="true" />
</module>
<module name="com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck">
<property name="file" value="file://${main.basedir}/spring-boot-parent/src/checkstyle/import-control.xml" />
<property name="file" value="${main.basedir}/spring-boot-parent/src/checkstyle/import-control.xml" />
<property name="path" value="^.*[\\/]src[\\/]main[\\/].*$" />
</module>
<module name="com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck">