Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add better description for tasks when they are run? #40

Open
hkirsman opened this issue Nov 13, 2019 · 0 comments
Open

Add better description for tasks when they are run? #40

hkirsman opened this issue Nov 13, 2019 · 0 comments

Comments

@hkirsman
Copy link
Collaborator

hkirsman commented Nov 13, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant