Skip to content

Commit

Permalink
(Testing) Remove SwiftLint plugin (broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jun 27, 2024
1 parent 44306e9 commit e848400
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 98 deletions.
88 changes: 0 additions & 88 deletions Package.resolved

This file was deleted.

11 changes: 1 addition & 10 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,17 @@ let package = Package(
]
)
],
dependencies: [
.package(url: "https://github.com/realm/SwiftLint", from: "0.54.0")
],
targets: [
.target(name: "WordPressUIObjC"),
.target(
name: "WordPressUI",
dependencies: [
.target(name: "WordPressUIObjC")
],
plugins: [
.plugin(name: "SwiftLintPlugin", package: "SwiftLint")
]
),
.testTarget(
name: "WordPressUITests",
dependencies: [.target(name: "WordPressUI")],
plugins: [
.plugin(name: "SwiftLintPlugin", package: "SwiftLint")
]
dependencies: [.target(name: "WordPressUI")]
)
]
)

0 comments on commit e848400

Please sign in to comment.