|
@@ -24,8 +24,8 @@ module.exports = {
|
|
'body-leading-blank': [2, 'always'],
|
|
'body-leading-blank': [2, 'always'],
|
|
'footer-leading-blank': [1, 'always'],
|
|
'footer-leading-blank': [1, 'always'],
|
|
'header-max-length': [2, 'always', 108],
|
|
'header-max-length': [2, 'always', 108],
|
|
- 'subject-empty': [2, 'never'],
|
|
|
|
- 'type-empty': [2, 'never'],
|
|
|
|
|
|
+ 'subject-empty': [0],
|
|
|
|
+ 'type-empty': [0],
|
|
'subject-case': [0],
|
|
'subject-case': [0],
|
|
'type-enum': [
|
|
'type-enum': [
|
|
2,
|
|
2,
|
|
@@ -59,14 +59,6 @@ module.exports = {
|
|
scopes: [...scopes, 'mock'],
|
|
scopes: [...scopes, 'mock'],
|
|
allowEmptyIssuePrefixs: false,
|
|
allowEmptyIssuePrefixs: false,
|
|
allowCustomIssuePrefixs: false,
|
|
allowCustomIssuePrefixs: false,
|
|
-
|
|
|
|
- // English
|
|
|
|
- typesAppend: [
|
|
|
|
- { value: 'wip', name: 'wip: work in process' },
|
|
|
|
- { value: 'workflow', name: 'workflow: workflow improvements' },
|
|
|
|
- { value: 'types', name: 'types: type definition file changes' },
|
|
|
|
- ],
|
|
|
|
-
|
|
|
|
// 中英文对照版
|
|
// 中英文对照版
|
|
// messages: {
|
|
// messages: {
|
|
// type: '选择你要提交的类型 :',
|
|
// type: '选择你要提交的类型 :',
|