Hi, I am trying to run "mvn checkstyle:checkstyle" to catch checkstyle errors before submitting a patch. But while running that command I get an error [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:checkstyle (default-cli) on project hive-standalone-metastore-common: An error has occurred in Checkstyle report generation. Failed during checkstyle execution: Unable to find configuration file at location: /work/bug110208/cr/standalone-metastore/metastore-common/checkstyle//checkstyle.xml: Could not find resource '/work/bug110208/cr/standalone-metastore/metastore-common/checkstyle//checkstyle.xml'.
Looks like we are missing checkstyle.xml file in the given location. Looks like we need to fix that. I also wonder, how does jenkins is able to run checkstyle. -- Best Wishes, Ashutosh Bapat