creatuity / magento-quality-tools

Default version of quality tools configuration used in Magento 2 projects in Creatuity
1 stars 0 forks source link

[IDEA] Task number validator #6

Open nmalecki opened 2 years ago

nmalecki commented 2 years ago

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