From 11bbf9cae37329c1a7959fd3219084af607e576b Mon Sep 17 00:00:00 2001 From: Florian Guitton Date: Tue, 14 May 2024 16:26:53 +0100 Subject: [PATCH] chore: Provide more flexible naming choices for commitlint --- .commitlintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.commitlintrc.js b/.commitlintrc.js index 7f4146536..30bdd333a 100644 --- a/.commitlintrc.js +++ b/.commitlintrc.js @@ -13,6 +13,7 @@ module.exports = { (await getProjects(ctx, projectFilter)) .forEach(element => { projectNames.add(element); + projectNames.add(element.replaceAll('itmat-', '')); }); return [ 2,