octo-technology / sonar-objective-c

Sonar Plugin for Objective C
517 stars 206 forks source link

OCLint is very slow on a small project with big dependencies #38

Open cyrilpicat opened 11 years ago

cyrilpicat commented 11 years ago

my intuition is that the dependencies are analyzed even if they are not included in the report (thanks to --include flag).

The filtering should happen before, actually it should happen on the compilation_commands.json file that is passed to oclint.