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

[GitHub] [shardingsphere] kvaithin commented on pull request #24828: 24811 readwrite splitting data source router tests

kvaithin commented on PR #24828:
URL: https://github.com/apache/shardingsphere/pull/24828#issuecomment-1483934144

   Could I get some help with this. 
   
   I am running the following command. 
   
   `./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e`
   
   Which returns following check style alert. 
   
   `org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0:check (validate) on project shardingsphere-readwrite-splitting-core: You have 4 Checkstyle violations.
   `
   
   But I do not see any result generated. 
   
   The checkstyle-result.xml file only has the following: 
   
   ```
   <?xml version="1.0" encoding="UTF-8"?>
   <checkstyle version="8.19">
   </checkstyle>
   ```
   
   Is this expected or any further steps needed to generate the report? Thanks. 


-- 
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