Skip to content

Commit 9b3b52a

Browse files
authored
Merge pull request #74 from strvcom/feat/update-swiftlint
[chore] Update swiftlint
2 parents b8565f5 + 3301881 commit 9b3b52a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Networking.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ let package = Package(
1818
)
1919
],
2020
dependencies: [
21-
.package(url: "https://github.com/realm/SwiftLint.git", exact: "0.53.0"),
21+
.package(url: "https://github.com/realm/SwiftLint.git", exact: "0.58.2"),
2222
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
2323
],
2424
targets: [
2525
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2626
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2727
.target(
2828
name: "Networking",
29-
plugins: [.plugin(name: "SwiftLintPlugin", package: "SwiftLint")]
29+
plugins: [.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint")]
3030
),
3131
.testTarget(
3232
name: "NetworkingTests",
3333
dependencies: ["Networking"],
3434
resources: [.process("Resources")],
35-
plugins: [.plugin(name: "SwiftLintPlugin", package: "SwiftLint")]
35+
plugins: [.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint")]
3636
)
3737
]
3838
)

0 commit comments

Comments
 (0)