IBDecodable / IBLinter

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

Dynamically specify the files to lint #133

Closed adcloeshelle closed 2 years ago

adcloeshelle commented 4 years ago

It would be great to have a mechanism like SwiftLint to specify the specific files to lint on the command line. The use case is we only want to lint the .xib files that have changes as opposed to every .xib file in our directory.