IBDecodable / IBLinter

A linter tool for Interface Builder
MIT License
950 stars 40 forks source link

Add linting about`ambiguous` #56

Closed tarunon closed 5 years ago

tarunon commented 5 years ago

Thanks nice software! We hope to use it in our proj. Sometimes we told this things while code reviewing, "Hey guys, there are ambiguous = YES here, is it ok?" "Not ok, thanks"

I think that is awesome if we can find it while compile time. 👍

kateinoigakukun commented 5 years ago

Implemented in https://github.com/IBDecodable/IBLinter/pull/57 🎉