Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
[*] PROJECT : Adding TEST keyword to commit-msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jnadaud committed Apr 15, 2015
1 parent c1f5dfd commit 3d11d0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ if (!preg_match('#^//#', $commit_message))
'ws',
'pdf',
'tr',
'lo'
'lo',
'test'
);
if (!preg_match('#^\[(\+|\-|\*|~)\] ('.implode('|', $keywords).') ?:.*#si', $commit_message))
{
Expand Down

0 comments on commit 3d11d0d

Please sign in to comment.