Skip to content

Commit

Permalink
[BUGFIX] fix regex for commit message (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vashtaneradan authored and Kanti committed Dec 20, 2017
1 parent c3d3872 commit 11a452b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ parameters:
blocking: false #show only as warnings
git_commit_message:
matchers:
- /(\[(!!!|WIP)]|)(\[(BUGFIX|FEATURE|TASK|CLEANUP|SECURITY)]|Merge .+/
- /(\[(!!!|WIP)]|)(\[(BUGFIX|FEATURE|TASK|CLEANUP|SECURITY)]|Merge .+)/
case_insensitive: false
multiline: true
additional_modifiers: ''
Expand Down

0 comments on commit 11a452b

Please sign in to comment.