fastred / IBAnalyzer

Find common xib and storyboard-related problems without running your app or writing unit tests.
http://holko.pl
MIT License
951 stars 26 forks source link

Support for ignored files list. Files which needs not to be analysed for broken outlets. #37

Open dheerajjha opened 5 years ago

dheerajjha commented 5 years ago

I don't want IBAnalyzer to parse every folder and file in my project folder. I need to maintain an ignore list, this will make my analysing more faster. Is there any support for this?