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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
