Import SwiftLintCore in generated tests

In preparation for it containing the `superfluous_disable_command` rule.
This commit is contained in:
JP Simard 2023-04-26 12:07:29 -04:00
parent 39a05f2c35
commit 3541ef4d02
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
@testable import SwiftLintCore
@_spi(TestHelper)
@testable import SwiftLintFramework
import SwiftLintTestHelpers

View File

@ -1,5 +1,6 @@
// Generated using Sourcery 2.0.2 https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
@testable import SwiftLintCore
@_spi(TestHelper)
@testable import SwiftLintFramework
import SwiftLintTestHelpers