Skip to content

Commit

Permalink
fix: SJIP-1123 commit number to commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Lavoie committed Dec 3, 2024
1 parent f6b16df commit a9603c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Configuration = {
],
parserPreset: {
parserOpts: {
headerPattern: /^(\w*)(\([a-zA-Z0-9_ ]+\))?:\s?(\s[\w+\-]*\d+)\s?([\w \-À-ÿ]*)?$/,
headerPattern: /^(\w*)(\([a-zA-Z0-9_ ]+\))?:\s?(\s[\w+\-]*\d+)\s?([\w \-À-ÿ]*)\s*(\(#\d+\))?$/,
headerCorrespondence: ['type', 'scope', 'githubTicketNumber', 'subject'],
},
},
Expand Down

0 comments on commit a9603c0

Please sign in to comment.