You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2020/01/27 18:54:07 UTC

[hbase] branch branch-1 updated: HBASE-23707 Add IntelliJ check style plugin configuration (#1064) (#1093)

This is an automated email from the ASF dual-hosted git repository.

ndimiduk pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1 by this push:
     new 33f69f1  HBASE-23707 Add IntelliJ check style plugin configuration (#1064) (#1093)
33f69f1 is described below

commit 33f69f116a0c821265ef71b1b5906307ae56e2f9
Author: Nick Dimiduk <nd...@apache.org>
AuthorDate: Mon Jan 27 10:53:55 2020 -0800

    HBASE-23707 Add IntelliJ check style plugin configuration (#1064) (#1093)
    
    Signed-off-by: Jan Hentschel <ja...@apache.org>
    Signed-off-by: Sean Busbey <bu...@apache.org>
    Signed-off-by: Bharath Vissapragada <bh...@apache.org>
---
 .idea/checkstyle-idea.xml | 18 ++++++++++++++++++
 pom.xml                   |  3 +++
 2 files changed, 21 insertions(+)

diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml
new file mode 100644
index 0000000..a5d2ae1
--- /dev/null
+++ b/.idea/checkstyle-idea.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="CheckStyle-IDEA">
+    <option name="configuration">
+      <map>
+        <entry key="active-configuration" value="PROJECT_RELATIVE:$PROJECT_DIR$/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml:HBase Checks" />
+        <entry key="checkstyle-version" value="6.18" />
+        <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="PROJECT_RELATIVE:$PROJECT_DIR$/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml:HBase Checks" />
+        <entry key="scan-before-checkin" value="false" />
+        <entry key="scanscope" value="JavaOnlyWithTests" />
+        <entry key="suppress-errors" value="false" />
+      </map>
+    </option>
+  </component>
+</project>
diff --git a/pom.xml b/pom.xml
index 8601dea..649e71c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1302,6 +1302,9 @@
     <jamon.plugin.version>2.4.1</jamon.plugin.version>
     <findbugs-annotations>1.3.9-1</findbugs-annotations>
     <findbugs.maven.version>3.0.4</findbugs.maven.version>
+    <!--
+      When updating checkstyle.version, please make the same change in `.idea/checkstyle-idea.xml`
+    -->
     <checkstyle.version>6.18</checkstyle.version>
     <asciidoctor.plugin.version>1.5.3</asciidoctor.plugin.version>
     <plexus.errorprone.javac.version>2.8.2</plexus.errorprone.javac.version>