This is an automated email from the ASF dual-hosted git repository.
ndimiduk pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 6a5fb76188e HBASE-27102 Vacate the .idea folder in order to simplify
spotless configuration
6a5fb76188e is described below
commit 6a5fb76188ef0c485e92ae293eb3a770a133251c
Author: Nick Dimiduk <[email protected]>
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 <[email protected]>
---
.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>