Skip to content

Commit

Permalink
Remove unused imports in ForceCastRule.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanaveo committed Jul 13, 2022
1 parent 5ad0ca0 commit c27163e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/SwiftLintFramework/Rules/Idiomatic/ForceCastRule.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import SourceKittenFramework
import SwiftSyntax

public struct ForceCastRule: SyntaxVisitorRule, ConfigurationProviderRule, AutomaticTestableRule {
public var configuration = SeverityConfiguration(.error)

Expand Down

0 comments on commit c27163e

Please sign in to comment.