As a developer I'd like to have a GrumPHP task which verifies whether my task number from commit message fits with the branch name .
Example :
Commit message : [PROJECTX-123] Add new feature
Branch name: feature/PROJECTX-124-new-feature
We should catch that and inform a developer that the task number is not ok.
This should work with all "task" type branches like bugifx/feature
As a developer I'd like to have a GrumPHP task which verifies whether my task number from commit message fits with the branch name . Example : Commit message :
[PROJECTX-123] Add new feature
Branch name:feature/PROJECTX-124-new-feature
We should catch that and inform a developer that the task number is not ok. This should work with all "task" type branches like bugifx/feature