Hi,

Currently, the level of scala codestyle rule is warning, it's better check 
these rules one by one
and refactor scala codes then now.


Furthermore, in order to sync to java codestyle, needs to add two rules. One is 
BlockImportChecker 
which allows to ensure that only single imports are used in order to minimize 
merge errors in import declarations, another is ImportOrderChecker which checks 
that imports are grouped and ordered according to the style configuration.


Summary
1, check scala checkstyle rules one by one, change some warning level to error.
2, add ImportOrderChecker and BlockImportChecker.


Any comments and feedback are welcome, WDYT?


Best,
lamber-ken

Reply via email to