Skip to content

Commit

Permalink
build: move SwiftLint to testTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter committed Dec 9, 2024
1 parent 4d1b401 commit b19cf07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ let package = Package(
name: "FusionAuth",
dependencies: [
.product(name: "AppAuth", package: "AppAuth-iOS")
],
plugins: [.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint")]
]
),
.testTarget(
name: "FusionAuthTests",
dependencies: ["FusionAuth"]
dependencies: ["FusionAuth"],
plugins: [.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint")]
),
]
)
Expand Down

0 comments on commit b19cf07

Please sign in to comment.