Adapted from the `no-merge-commits` rule in v1. ## Configuration None. ## Unit tests - [ ] When there are no merge commits, it does not raise any concerns. - [ ] When there is 1 merge commit, it raises 1 concern about the commit parents. - [ ] When there are 2 merge commits, it raises 2 concerns about the commit parents.
Adapted from the
no-merge-commitsrule in v1.Configuration
None.
Unit tests