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

Add ability to disable reporting for selected classes #24

Open fastred opened 7 years ago

fastred commented 7 years ago

There are some issues that we won't be able to address, e.g. when a superclass's source isn't available but it already defines outlets or actions (see #21). For that case we should allow a user to pass a list of types that we should simply ignore, e.g.:

ibanalyzer --ignored="MyView,SomeViewController ./