This is an automated email from the ASF dual-hosted git repository.
xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin5 by this push:
new 0d1e38a55d Add JIRA links in Git in IDEA
0d1e38a55d is described below
commit 0d1e38a55df45190d53031c10e0d573b79df70f1
Author: longfei.jiang <[email protected]>
AuthorDate: Fri Nov 10 19:52:23 2023 +0800
Add JIRA links in Git in IDEA
---
.gitignore | 4 +++-
.idea/vcs.xml | 23 +++++++++++++++++++++++
2 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 93629cf718..5d356d02a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,7 +57,9 @@ hs_err_pid*
# /
.classpath
.project
-.idea
+# The star is required for further !/.idea/ to work, see
https://git-scm.com/docs/gitignore
+/.idea/*
+!/.idea/vcs.xml
.DS_Store
target
logs
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000000..23778eaf02
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="CommitMessageInspectionProfile">
+ <profile version="1.0">
+ <inspection_tool class="BodyLimit" enabled="true" level="WARNING"
enabled_by_default="true" />
+ <inspection_tool class="SubjectBodySeparation" enabled="true"
level="ERROR" enabled_by_default="true" />
+ <inspection_tool class="SubjectLimit" enabled="true" level="WARNING"
enabled_by_default="true" />
+ </profile>
+ </component>
+ <component name="IssueNavigationConfiguration">
+ <option name="links">
+ <list>
+ <IssueNavigationLink>
+ <option name="issueRegexp" value="[A-Z]+\-\d+" />
+ <option name="linkRegexp"
value="https://issues.apache.org/jira/browse/$0" />
+ </IssueNavigationLink>
+ </list>
+ </option>
+ </component>
+ <component name="VcsDirectoryMappings">
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
+ </component>
+</project>