chore: Register 'AWS Lambda' commit message scope

This commit is contained in:
Mariusz Nowak 2019-12-20 14:50:20 +01:00
parent 84b1d1eb11
commit 1bf08aa51c
No known key found for this signature in database
GPG Key ID: B1FBDA8A182B03F2

View File

@ -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', '.'],