-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Absolute report path is treated like a relative path if it also exists within the current directory #1161
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
The 2.x versions seem also to be affected. Further debugging suggests that this error happens if you have a file named I would suggest to check whether the path starts with a
|
Sounds like a good plan to me. |
…h if it also exists within the current directory
Fixed now. Thanks for the report. |
Uh oh!
There was an error while loading. Please reload this page.
If you pass an absolute report path like this
--report-checkstyle=/tmp/phpcs-results
, this is still prefixed with the current directory.In the 2.x versions, the current path is not prepended when it is absolute already.
The text was updated successfully, but these errors were encountered: