phpro / grumphp

A PHP code-quality tool
MIT License
4.13k stars 430 forks source link

Test should not fail because it didn't match everything in the whitelist #867

Closed qooplmao closed 3 years ago

qooplmao commented 3 years ago
Q A
Branch master for features and deprecations
Bug fix? yes
New feature? no
BC breaks? yes
Deprecations? no
Documented? yes
Fixed tickets #866

git_branch_name fails if any of the items in the list fail.

PR changes so that any matching item in the whitelist will return a success unless already featured in the blacklist.

veewee commented 3 years ago

Thanks!