We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When I use the following command
mkdir ~/foo && vendor/bin/phpcs --report=junit --report-junit="~/foo/phpcs.xml"
I get the error
ERROR: The specified junit report file path "~/foo/phpcs.xml" points to a non-existent directory
But the directory exists when I check using ls -l ~/
ls -l ~/
What am I doing wrong?