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 get an empty count violation with this code, even though there is no isEmpty in this case: if let count = collectionView?.numberOfItems(inSection: 0), count > 0 { ... }
SwiftLint version 0.15.0
The text was updated successfully, but these errors were encountered:
I get an empty count violation with this code, even though there is no
isEmpty
in this case:if let count = collectionView?.numberOfItems(inSection: 0), count > 0 { ... }
SwiftLint version 0.15.0
The text was updated successfully, but these errors were encountered: