mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
chore: Register 'AWS Lambda' commit message scope
This commit is contained in:
parent
84b1d1eb11
commit
1bf08aa51c
@ -8,7 +8,11 @@ module.exports = {
|
||||
'footer-max-line-length': [2, 'always', 72],
|
||||
'header-max-length': [2, 'always', 72],
|
||||
'scope-case': [2, 'always', 'start-case'],
|
||||
'scope-enum': [2, 'always', ['', 'Binary Installer', 'Plugins', 'User Config', 'Variables']],
|
||||
'scope-enum': [
|
||||
2,
|
||||
'always',
|
||||
['', 'AWS Lambda', 'Binary Installer', 'Plugins', 'User Config', 'Variables'],
|
||||
],
|
||||
'subject-case': [2, 'always', 'sentence-case'],
|
||||
'subject-empty': [2, 'never'],
|
||||
'subject-full-stop': [2, 'never', '.'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user