Reports capturing groups that capture less text than their pattern suggests.
This happens when a quantifier in a capturing group matches the same characters as a preceding quantifier, causing the capturing group to always capture less than expected.
If the behavior of capturing less text is intentional, or if you are working with patterns where the capturing group is only used for backreferences and the exact captured content is not important, you might want to disable this rule.