bharathv commented on a change in pull request #1064: HBASE-23707 Add IntelliJ 
check style plugin configuration
URL: https://github.com/apache/hbase/pull/1064#discussion_r368198213
 
 

 ##########
 File path: .idea/checkstyle-idea.xml
 ##########
 @@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="CheckStyle-IDEA">
+    <option name="configuration">
+      <map>
+        <entry key="checkstyle-version" value="8.28" />
 
 Review comment:
   Shouldn't we include the path for active configuration? Something like 
below, otherwise how does it hook up with our check style configuration? 
Something like below..
   
   ```
   <?xml version="1.0" encoding="UTF-8"?>
   <project version="4">
     <component name="CheckStyle-IDEA">
       <option name="configuration">
         <map>
           <entry key="active-configuration" 
value="LOCAL_FILE:$PROJECT_DIR$/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml:hbase"
 />
           <entry key="checkstyle-version" value="8.10.1" />
           <entry key="copy-libs" value="false" />
           <entry key="location-0" value="BUNDLED:(bundled):Sun Checks" />
           <entry key="location-1" value="BUNDLED:(bundled):Google Checks" />
           <entry key="location-2" 
value="LOCAL_FILE:$PROJECT_DIR$/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml:hbase"
 />
           <entry key="scan-before-checkin" value="false" />
           <entry key="scanscope" value="JavaOnlyWithTests" />
           <entry key="suppress-errors" value="false" />
         </map>
       </option>
     </component>
   </project>
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to