IBAnalyzer icon indicating copy to clipboard operation
IBAnalyzer copied to clipboard

Add ability to disable reporting for selected classes

Open fastred opened this issue 8 years ago • 0 comments

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 ./

fastred avatar Feb 19 '17 14:02 fastred