wunderio/code-quality

Add better description for tasks when they are run?

hkirsman opened this issue · 0 comments

I'm talking about the output after git commit:

Running task 1/8: EcsTask... ✔ 
Running task 2/8: PhpcsTask... ✘

It can be confusing for developer who has never used phpcs. Instead couldn't it say what it's really about eg:

Running task 1/8: EcsTask... ✔ 
Running task 2/8: Drupal Coding Standards ... ✘

See, I didn't actually know what I could name EcsTask :)

May be this is issue for GrumPHP to add some annotation or special variable in the class? I guess we could also rename our classes but then it would be something like:

Running task 2/8: DrupalCodingStandards ... ✘

What do you think?