IBLinter icon indicating copy to clipboard operation
IBLinter copied to clipboard

A linter tool for Interface Builder

Results 16 IBLinter issues
Sort by recently updated
recently updated
newest added

Add rule "custom_view" which emits warnings if storyboard scenes contain custom views. This rule applies to storyboards only. Use it to restrict the creation of custom view in code, such...

Add rule "custom_object" which emits warnings if storyboard scenes contain custom objects. This rule applies to storyboards only. Use it to restrict the creation of custom objects in code, such...

Violation messages reported by reporters don't include the violation identifier. Once such an identifier is included, it would be easy to identify and disable enabled by default rules in IBLinter....

I have it integrated as a build step for my iOS app like this: ``` if which iblinter >/dev/null; then iblinter lint else echo "warning: IBLinter not installed, download from...

Try to use `mint install IBDecodable/IBLinter` to install it but failed error msg: ``` ▶ mint install IBDecodable/IBLinter 🌱 Finding latest version of IBLinter 🌱 Cloning IBLinter 0.4.27 🌱 Resolving...

Is the (very interesting) plugin feature still available ? https://github.com/IBDecodable/IBLinter/pull/50

Is there currently a way to have something like use_base_class, where you can specify colors that should be used?

In SwiftLint you can disable rules through comments in the source code. This is a little more difficult for storyboards. It would be nice to allow users to turn of...

enhancement

Hi there So I'm facing the issue which is actually very common for all other linters and formatters, such as SwiftLint and SwiftFormat. I've created a file called `.iblinter.yml` in...

At [IBAnimatable](https://github.com/IBAnimatable/IBAnimatable) we have a ton of UIKit subclasses with `@IBInspectable` properties. Some of these are `String`'s and can be very error prone to work with. Example: The [border property](https://github.com/IBAnimatable/IBAnimatable/blob/master/Documentation/APIs.md#borderdesignable)...

enhancement
rule-request