-
Notifications
You must be signed in to change notification settings - Fork 40
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
No violations found #131
Comments
Can you run it in verbose mode ? |
I run : ./bin/deprecation-detector check src/ --verbose Result: Rendering output... Finished rendering output. There are no violations - congratulations! Here is just one example of deprecation in the Entity folder it should have found since addViolationAt is deprecated: |
I have the same behavior, this tool already returns |
is the project open source ? So I can try to recreate the issue ? |
The issue comes from an incompatibility with phpdocumentor/reflection-docblock versions. But in your Visitor into The new way for last version of I have installed your detector with version 4.2 of reflection-docblock. |
I had the same problem with Symfony 2.8
Also works if manually set cache dir
|
@achasseux do you want to create a pr and fix it ? |
@MarvinKlemp I can work on this issue next week, not before |
I installed deprecation-detector on dev-master and I'm on Symfony 2.8
When I run
sh bin/deprecation-detector check src/ vendor/
orsh bin/deprecation-detector check src/ .rules
orsh bin/deprecation-detector check src/
, it saysEven that there are a lot of deprecations!
For some reason it doesn't find any.. Did I miss anything ?
The text was updated successfully, but these errors were encountered: