facebook / infer

A static analyzer for Java, C, C++, and Objective-C
http://fbinfer.com/
MIT License
14.97k stars 2.02k forks source link

How do you analyze just one POD library? #1618

Open fndppx opened 2 years ago

fndppx commented 2 years ago

How do you analyze just one POD library in iOS

criscola commented 2 years ago

I think you can use --skip-analysis-in-path to skip any folder you don't want to analyze.