Ai
1 Star 0 Fork 0

studvc/serverless

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
commitlint.config.js 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
'use strict';
module.exports = {
rules: {
'body-leading-blank': [2, 'always'],
'footer-leading-blank': [2, 'always'],
'header-max-length': [2, 'always', 72],
'scope-enum': [
2,
'always',
[
'',
'Analytics',
'AWS ALB',
'AWS Alexa',
'AWS API Gateway',
'AWS CloudFormation',
'AWS CloudFront',
'AWS Cognito',
'AWS Credentials',
'AWS Deploy',
'AWS EventBridge',
'AWS HTTP API',
'AWS IAM',
'AWS Info',
'AWS IOT',
'AWS Kinesis',
'AWS Lambda',
'AWS Local Invocation',
'AWS MSK',
'AWS S3',
'AWS Schedule',
'AWS SNS',
'AWS SQS',
'AWS Stream',
'AWS Websocket',
'CLI',
'Components',
'Config Schema',
'Dashboard',
'Packaging',
'Plugins',
'Print',
'Standalone',
'Templates',
'User Config',
'Variables',
],
],
'subject-case': [2, 'always', 'sentence-case'],
'subject-empty': [2, 'never'],
'subject-full-stop': [2, 'never', '.'],
'type-case': [2, 'always', 'lower-case'],
'type-empty': [2, 'never'],
'type-enum': [
2,
'always',
['build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'style', 'test'],
],
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/studvc/serverless.git
git@gitee.com:studvc/serverless.git
studvc
serverless
serverless
master

搜索帮助