We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Triggers rule valid_ibinspectable:
valid_ibinspectable
@IBInspectable var fooColor = UIColor.white
Adding the type triggers redundant_type_annotation :
redundant_type_annotation
@IBInspectable var fooColor: UIColor = UIColor.white
0.34.0
The text was updated successfully, but these errors were encountered:
You can workaround this by using:
@IBInspectable var fooColor: UIColor = .white
Sorry, something went wrong.
Avoid triggering redundant_type_annotation with @IBInspectable
f6b7343
Fixes #2842
Successfully merging a pull request may close this issue.
New Issue Checklist
Describe the bug
Triggers rule
valid_ibinspectable
:Adding the type triggers
redundant_type_annotation
:Environment
0.34.0
The text was updated successfully, but these errors were encountered: