[MINOR] Fixed checkstyle config to be based off Maven root-dir (requires Maven >=3.3.1 to work properly); (#4009)
Updated README
This commit is contained in:
@@ -305,7 +305,7 @@
|
||||
<module name="SimplifyBooleanExpression"/>
|
||||
|
||||
<module name="ImportControl">
|
||||
<property name="file" value="style/import-control.xml"/>
|
||||
<property name="file" value="${basedir}/style/import-control.xml"/>
|
||||
<property name="path" value="^.*[\\/]hudi-client[\\/]hudi-client-common[\\/]src[\\/].*$"/>
|
||||
</module>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user