-
-
Notifications
You must be signed in to change notification settings - Fork 346
Better Ansi Output #898
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
Comments
Sounds fair to me. |
Hi, i would like to work on this issue. Please point me the file. Thanks |
De different renders are place in To test for that renders is placed in: https://github.com/phpmd/phpmd/blob/master/src/test/php/PHPMD/Renderer/AnsiRendererTest.php Because you say that you want to work on this issue I assign it to you so that it is clear for everyone. (And thanks that you want to help 👍 ) Please say it if you want to have more information 😃 |
Can you tell where exactly to insert the new line? I am new to PHP |
This line writes the file header to the output: |
Hello @Kazuto, thanks to @himanshu007-creator there is now one more new line in between, you can test it requiring |
Description
We've just started using phpmd in an already established codebase and the ANSI output was just confusing to read or to understand what belongs to what.
It's unclear for users who took the first look at the output that it's divided like
But instead of being read as
Adding a blank like certainly would make the output more readable and easier on the eyes, like this:
I have not looked into the codebase to say if I could provide a PR.
Checks before submitting
The text was updated successfully, but these errors were encountered: