phpro / grumphp

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

Only stop on failure for blocking failure results #862

Closed veewee closed 3 years ago

veewee commented 3 years ago
Q A
Branch master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Documented? no
Fixed tickets #860

Previous, task execution stopped when receiving non blocking failure results. In this PR, stop_on_failure only stops if the failure result is actually blocking.