You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "sandynz (via GitHub)" <gi...@apache.org> on 2023/05/22 03:15:02 UTC

[GitHub] [shardingsphere] sandynz commented on pull request #25507: Add test cases for YamlReadwriteSplittingRuleConfigurationSwapper

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org