diff --git a/commitlint.config.js b/commitlint.config.js index 391aec3e0..461cc425e 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -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', '.'],