sandynz commented on PR #25507: URL: https://github.com/apache/shardingsphere/pull/25507#issuecomment-1556460132
Hi @tobehardest , there's check style error, could you update the code? ``` Error: /home/runner/work/shardingsphere/shardingsphere/features/readwrite-splitting/core/src/test/java/org/apache/shardingsphere/readwritesplitting/yaml/swapper/ YamlReadwriteSplittingRuleConfigurationSwapperTest.java:32:17: Using the '.*' form of import should be avoided - java.util.*. [AvoidStarImport] Error: /home/runner/work/shardingsphere/shardingsphere/features/readwrite-splitting/core/src/test/java/org/apache/shardingsphere/readwritesplitting/yaml/swapper/ YamlReadwriteSplittingRuleConfigurationSwapperTest.java:48: Line is longer than 200 characters (found 233). [LineLength] ``` And you could import `src/resources/code-style-idea.xml` into your IDEA Code Style. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
