[HUDI-812] Migrate hudi common tests to JUnit 5 (#1590)
* [HUDI-812] Migrate hudi-common tests to JUnit 5
This commit is contained in:
@@ -264,8 +264,10 @@
|
||||
</module>
|
||||
<module name="CommentsIndentation"/>
|
||||
<module name="IllegalImport">
|
||||
<property name="illegalPkgs" value="org.apache.commons, com.google.common" />
|
||||
<property name="illegalClasses" value="java.util.Optional" />
|
||||
<property name="regexp" value="true"/>
|
||||
<property name="illegalPkgs" value="org\.apache\.commons, com\.google\.common"/>
|
||||
<property name="illegalClasses"
|
||||
value="^java\.util\.Optional, ^org\.junit\.(?!jupiter|platform|contrib|Rule)(.*)"/>
|
||||
</module>
|
||||
|
||||
<module name="EmptyStatement" />
|
||||
|
||||
Reference in New Issue
Block a user