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

Decide on a design for a single analyzer #16

Open fastred opened 7 years ago

fastred commented 7 years ago

When I started this project I really wanted to implement matching of connections between nibs and code. That's why the Analyzer protocol accepts the configuration containing metadata of all nib and swift files in the project. This won't scale to other warnings easily, though.

One of the ways forward that I can see is to use different configurations for different analyzers, e.g.: