File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ [config ]
2
+ exclude-merge-commits = true
3
+ check-summary-length = true
4
+ summary-length = 80
5
+
6
+ [matchers ]
7
+ all = " (?:build|ci|deps|docs|feat|fix|lint|perf|refactor|style|test)(?:\\ ([^\\ )]*\\ ))?: (?:.+)"
8
+
9
+ [examples ]
10
+ a_simple_commit = """
11
+ [build|ci|deps|docs|feat|fix|lint|perf|refactor|style|test](module): A commit message
12
+ """
13
+ an_extended_commit = """
14
+ [build|ci|deps|docs|feat|fix|lint|perf|refactor|style|test](module): A commit message
15
+
16
+ * first line
17
+ * second line
18
+ * and so on...
19
+ """
Original file line number Diff line number Diff line change 58
58
install-tools-go :
59
59
@ $(ECHO ) " "
60
60
@ $(ECHO ) " \033[1;33m=====> Installing Go packages...\033[0m"
61
+ $(GO ) install github.com/antham/gommit@latest
61
62
$(GO ) install github.com/bitfield/gotestdox/cmd/gotestdox@latest
62
63
$(GO ) install github.com/google/osv-scanner/cmd/osv-scanner@v1
63
64
$(GO ) install github.com/goph/licensei/cmd/licensei@latest
You can’t perform that action at this time.
0 commit comments