We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12c71c commit 6d74097Copy full SHA for 6d74097
scripts/commit-msg.hook
@@ -296,7 +296,7 @@ done
296
297
# 7c. Alert if the commit subject starts with "Implementation"
298
# ------------------------------------------------------------------------------
299
- if [[ "${COMMIT_SUBJECT_TO_PROCESS}" =~ ^(First|My|Implementation|Creation|Modification) ]]; then
+ if [[ "${COMMIT_SUBJECT_TO_PROCESS}" =~ ^(First|My|Implementation|Implementations|Creation|Modification|Queue) ]]; then
300
add_warning 1 "Commit subject should use imperative mood"
301
fi
302
0 commit comments