duplicate_imports
not properly taking @testable
into account
#5716
Labels
bug
Unexpected and reproducible misbehavior.
New Issue Checklist
Describe the bug
duplicate_imports
considers some@testable
imports as duplicated even though they are not.The second import is NOT a duplication.
swiftlint --fix
will remove it but that breaks the code if the code relied on using some ofFoo.Bar
'sinternal
methods.Environment
swiftlint version
to be sure)? 0.55.1The text was updated successfully, but these errors were encountered: