phpro / grumphp

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

Add support for display option to TwigCS task #893

Closed yguedidi closed 3 years ago

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

TwigCS supports a display option in order to restrict output to only the ones that blocks the success of the command, this PR add the support for it.

An extra commit adds a test for the existing severity option that was missing.

veewee commented 3 years ago

Thanks for the PR! it looks good.

yguedidi commented 3 years ago

you're welcome!