Replies: 1 comment
-
Ignore me ..... i turned verbosity to verbose after spotting it and it gave me what I wanted..... i am an idiot |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
This maybe my lack of understanding so apologies and feel free to close it down.
I came across the repository as a recommendation to an issue we're having with badly format code and enforcing it on some projects and so far I've enjoyed using it as I can easily run phpcs / pint on pre-commits so all developers code is formatted to what we want to see.
We've opted to add PHPstan not for aggressive blocking method but more of a tool to show why some there code maybe rejected at PR stage ahead of them committing, I've set the command to run phpstand and the hook always shows "done" but offers no output. I can get output using the config option turning verbosity into debug but it shows way too much.
Is there a config option I've missed in the settings for an action to show the output of a command being run?
Would really love it to show something like phpstan errors automatically to them.
KR.
Beta Was this translation helpful? Give feedback.
All reactions