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
This shouldn't be too hard to fix: basically we should not trigger if there's a . before the type. We should trigger on Swift.Optional<Int> though. Do you wanna take a look at it?
I have a nested type named
<SomeClass>.Optional
and swiftlint thinks this isSwift.Optional
so I am getting the following warning:The text was updated successfully, but these errors were encountered: