Open nonlux opened 9 years ago
Hi I have web app under symfony framework
In this project I want to analyze my sources in src folder. And I don't want analyze any vendor files. How I can do it with tule?
Now then I run:
bin/tuli analyze ./src
It show me:
Could not find parent symfony\component\httpkernel\bundle\bundle
And if I run it with some vendor it also fail with errors.
Hi I have web app under symfony framework
In this project I want to analyze my sources in src folder. And I don't want analyze any vendor files. How I can do it with tule?
Now then I run:
It show me:
And if I run it with some vendor it also fail with errors.