Skip to content

Commit

Permalink
feat(feat): asdada
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Nov 18, 2019
1 parent 83c9f1e commit 64090c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
'subject-case': [0, 'never'],
'subject-empty': [2, 'never'],
'type-empty': [2, 'never'],
'type-enum': [
'type-enum': [
2,
'always',
[
Expand All @@ -17,7 +17,8 @@ module.exports = {
"refactor", // Rewrites code without feature, performance or bug changes. 代码重构,没有加新功能或者修复bug
"revert", // Reverts a previous commit. 回滚到上一个版本
"style", // Improves formatting, white-space. 仅仅修改了空格、格式缩进、都好等等,不改变代码逻辑
"test" // Adds or modifies tests. 测试用例,包括单元测试、集成测试等
"test", // Adds or modifies tests. 测试用例,包括单元测试、集成测试等
"新功能",
]
]
}
Expand Down

0 comments on commit 64090c7

Please sign in to comment.