From 1bf08aa51cab12112e69b5cfc9da8a2b0a4e256a Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Fri, 20 Dec 2019 14:50:20 +0100 Subject: [PATCH] chore: Register 'AWS Lambda' commit message scope --- commitlint.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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', '.'],