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 2022/06/10 13:58:47 UTC

[hbase] branch branch-2.4 updated: HBASE-27102 Vacate the .idea folder in order to simplify spotless configuration

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

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


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new c8f3c384ae7 HBASE-27102 Vacate the .idea folder in order to simplify spotless configuration
c8f3c384ae7 is described below

commit c8f3c384ae7c11ec880fa0f12cc54751380e5f20
Author: Nick Dimiduk <nd...@apache.org>
AuthorDate: Thu Jun 9 15:14:21 2022 +0200

    HBASE-27102 Vacate the .idea folder in order to simplify spotless configuration
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 .idea/checkstyle-idea.xml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml
deleted file mode 100644
index f1754c241c6..00000000000
--- a/.idea/checkstyle-idea.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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="8.29" />
-        <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>