ircmaxell / Tuli

A static analysis engine
MIT License
169 stars 7 forks source link

How it work under big project? #10

Open nonlux opened 9 years ago

nonlux commented 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.