代码拉取完成,页面将自动刷新
module.exports = {
extends: ['@commitlint/config-angular'],
parserPreset: {
parserOpts: {
headerPattern: /^(.*?)(?:\((.*)\))?:?\s(.*)$/,
headerCorrespondence: ['type', 'scope', 'subject']
}
},
rules: {
'type-case': [0],
'type-empty': [2, 'never'],
'type-enum': [2, 'always', ['📦build', '👷ci', '📝docs', '🌟feat', '🐛fix', '🚀perf', '🌠refactor', '🔂revert', '💎style', '🚨test']],
'scope-empty': [2, 'never'],
'subject-empty': [2, 'never']
},
prompt: {
settings: {},
skip: ['body', 'footer', 'issues'],
messages: {
skip: '回车直接跳过',
max: '最大%d字符',
min: '%d chars at least',
emptyWarning: '内容不能为空,重新输入',
upperLimitWarning: 'over limit',
lowerLimitWarning: 'below limit'
},
questions: {
type: {
description: '请选择提交类型',
enum: {
'🌟feat': {
description: '增加新功能',
title: 'Features',
emoji: '🌟'
},
'🐛fix': {
description: '修复bug',
title: 'Bug Fixes',
emoji: '🐛'
},
'📝docs': {
description: '修改文档',
title: 'Documentation',
emoji: '📝'
},
'💎style': {
description: '样式修改不影响逻辑',
title: 'Styles',
emoji: '💎'
},
'🌠refactor': {
description: '功能/代码重构',
title: 'Code Refactoring',
emoji: '🌠'
},
'🚀perf': {
description: '性能优化',
title: 'Performance Improvements',
emoji: '🚀'
},
'🚨test': {
description: '增删测试',
title: 'Tests',
emoji: '🚨'
},
'📦build': {
description: '打包',
title: '打包',
emoji: '📦'
},
'👷ci': {
description: 'CI部署',
title: 'Continuous Integrations',
emoji: '⚙️'
},
'🔂revert': {
description: '版本回退',
title: 'Reverts',
emoji: '🔂'
}
}
},
scope: {
description: '请输入修改的范围(必填)'
},
subject: {
description: '请简要描述提交(必填)'
},
body: {
description: '请输入详细描述(可选)'
},
isBreaking: {
description: '有什么突破性的变化吗?'
},
breakingBody: {
description: '一个破坏性的变更提交需要一个主体。 请输入提交本身的更长的描述 '
},
breaking: {
description: 'Describe the breaking changes'
},
isIssueAffected: {
description: '是否有未解决的问题?'
},
issuesBody: {
description: 'If issues are closed, the commit requires a body. Please enter a longer description of the commit itself'
},
issues: {
description: '请输入问题说明'
}
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。