Add JUnit5 checkstyle rule

This commit is contained in:
Stephane Nicoll 2019-08-18 14:42:53 +02:00
parent 96cb299f5b
commit d2a5897550

View File

@ -5,6 +5,7 @@
<module name="com.puppycrawl.tools.checkstyle.Checker"> <module name="com.puppycrawl.tools.checkstyle.Checker">
<module name="io.spring.javaformat.checkstyle.SpringChecks"/> <module name="io.spring.javaformat.checkstyle.SpringChecks"/>
<module name="com.puppycrawl.tools.checkstyle.TreeWalker"> <module name="com.puppycrawl.tools.checkstyle.TreeWalker">
<module name="io.spring.javaformat.checkstyle.check.SpringJUnit5Check" />
<module name="com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck"> <module name="com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck">
<property name="file" <property name="file"
value="${main.basedir}/src/checkstyle/import-control.xml"/> value="${main.basedir}/src/checkstyle/import-control.xml"/>