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
jpovedap
changed the title
Compilation error: Duplication Conditions Violation inside a switch in FoundationTransport.swift
Duplication Conditions Violation inside a switch in FoundationTransport.swift
Jul 4, 2024
Describe the bug
When trying to build a project with SwiftLint we get a warning (or error if duplicate_conditions is configured):
Duplication Conditions Violation...
Steps to Reproduce
.
Expected behavior
.
Environment:
Additional context
If we go to the FoundationTransport.swift, we can see that the switch has the same case twice:
Starscream/Sources/Transport/FoundationTransport.swift
Line 187 in c6bfd1a
Starscream/Sources/Transport/FoundationTransport.swift
Line 210 in c6bfd1a
The text was updated successfully, but these errors were encountered: