Skip to content

Commit f6b07e2

Browse files
refactor(config): remove merge from default commit types
1 parent b74a2d2 commit f6b07e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func Default() *lint.Config {
4949
Severity: lint.SeverityError,
5050
Argument: []interface{}{
5151
"feat", "fix", "docs", "style", "refactor", "perf",
52-
"test", "build", "ci", "chore", "revert", "merge",
52+
"test", "build", "ci", "chore", "revert",
5353
},
5454
},
5555

0 commit comments

Comments
 (0)