You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the new let_var_whitespace rule but I think it shouldn't trigger for @objc because it applies to that member. E.g. the following snippet triggers a violation:
@objc(status)
var statusObjc: String {
//...
What do you think?
The text was updated successfully, but these errors were encountered:
I like the new
let_var_whitespace
rule but I think it shouldn't trigger for@objc
because it applies to that member. E.g. the following snippet triggers a violation:What do you think?
The text was updated successfully, but these errors were encountered: