Skip to content

Commit b19cf07

Browse files
committed
build: move SwiftLint to testTarget
1 parent 4d1b401 commit b19cf07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ let package = Package(
2727
name: "FusionAuth",
2828
dependencies: [
2929
.product(name: "AppAuth", package: "AppAuth-iOS")
30-
],
31-
plugins: [.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint")]
30+
]
3231
),
3332
.testTarget(
3433
name: "FusionAuthTests",
35-
dependencies: ["FusionAuth"]
34+
dependencies: ["FusionAuth"],
35+
plugins: [.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint")]
3636
),
3737
]
3838
)

0 commit comments

Comments
 (0)