mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
9ecefbd969
* [UnusedImportRule] Handle comments after the import statement * fixup! [UnusedImportRule] Handle comments after the import statement * Use \s+ to capture whitespace in regex Co-Authored-By: Dave Lee <davelee.com@gmail.com> * Fix testDetectSwiftVersion() with Swift 5.1.3 * fixup! Fix testDetectSwiftVersion() with Swift 5.1.3 * Handle @_exported imports * Work around SR-11099 * Unescape newline