Skip to content

Commit

Permalink
Add: Introduce Codefix as valid keyword (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored and ladysadie committed May 12, 2024
1 parent 7e826a9 commit 5532398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/check-message.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import re, sys

KEYWORDS = "(Add|Feature|Change|Remove|Codechange|Cleanup|Fix|Revert|Doc|Update|Upgrade|Prepare)"
KEYWORDS = "(Add|Feature|Change|Remove|Codechange|Codefix|Cleanup|Fix|Revert|Doc|Update|Upgrade|Prepare)"
ISSUE = "#\d+"
COMMIT = "[0-9a-f]{4,}"

Expand Down

0 comments on commit 5532398

Please sign in to comment.