Import SwiftLintCore in generated tests
In preparation for it containing the `superfluous_disable_command` rule.
This commit is contained in:
parent
39a05f2c35
commit
3541ef4d02
|
@ -1,3 +1,4 @@
|
||||||
|
@testable import SwiftLintCore
|
||||||
@_spi(TestHelper)
|
@_spi(TestHelper)
|
||||||
@testable import SwiftLintFramework
|
@testable import SwiftLintFramework
|
||||||
import SwiftLintTestHelpers
|
import SwiftLintTestHelpers
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
// Generated using Sourcery 2.0.2 — https://github.com/krzysztofzablocki/Sourcery
|
// Generated using Sourcery 2.0.2 — https://github.com/krzysztofzablocki/Sourcery
|
||||||
// DO NOT EDIT
|
// DO NOT EDIT
|
||||||
|
@testable import SwiftLintCore
|
||||||
@_spi(TestHelper)
|
@_spi(TestHelper)
|
||||||
@testable import SwiftLintFramework
|
@testable import SwiftLintFramework
|
||||||
import SwiftLintTestHelpers
|
import SwiftLintTestHelpers
|
||||||
|
|
Loading…
Reference in New Issue