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 triggers a violation:
import Foo // Some comment about this
The text was updated successfully, but these errors were encountered:
kastiglione
changed the title
Unused imports crashes on import statements with trailing comma
Unused imports crashes on import statements with trailing comment
Dec 17, 2019
New Issue Checklist
Describe the bug
The
unused_import
rule does not support import statements with a trailing comment.SwiftLint/Source/SwiftLintFramework/Rules/Lint/UnusedImportRule.swift
Line 234 in 5bcbe36
Currently, this causes a crash.
Complete output when running SwiftLint, including the stack trace and command used
Example
The text was updated successfully, but these errors were encountered: