lamber-ken commented on a change in pull request #1130: [HUDI-445]Refactor the codes based on scala codestyle BlockImportChecker rule URL: https://github.com/apache/incubator-hudi/pull/1130#discussion_r361230697
########## File path: style/scalastyle.xml ########## @@ -119,7 +119,7 @@ <check level="error" class="org.scalastyle.scalariform.PublicMethodsHaveTypeChecker" enabled="false"/> <check level="error" class="org.scalastyle.file.NewLineAtEofChecker" enabled="true"/> <check level="error" class="org.scalastyle.file.NoNewLineAtEofChecker" enabled="false"/> - <check level="error" class="org.scalastyle.scalariform.BlockImportChecker" enabled="false"/> + <check level="error" class="org.scalastyle.scalariform.BlockImportChecker" enabled="true"/> Review comment: > The IDEA will place multi import in block automatically, we need to fix it manually, is there any other IDEA settings to fix it automatically or disable block import? cc @lamber-ken Lets talk about it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
