Skip to content

Commit

Permalink
Remove the swiftlint plugin (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarol authored Oct 25, 2024
2 parents b85d65b + 0a11c9b commit ffd1f50
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ let package = Package(
resources: [.process("Resources")],
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency")
],
plugins: [.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLintPlugins")]
]
),
.testTarget(
name: "GravatarTests",
Expand All @@ -52,8 +51,7 @@ let package = Package(
resources: [.process("Resources")],
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency")
],
plugins: [.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLintPlugins")]
]
),
.testTarget(
name: "GravatarUITests",
Expand Down

0 comments on commit ffd1f50

Please sign in to comment.