@@ -16,7 +16,8 @@ let package = Package(
|
||||
),
|
||||
],
|
||||
dependencies: [
|
||||
.package(path: "../TempestasDomain")
|
||||
.package(path: "../TempestasDomain"),
|
||||
.package(url: "https://github.com/realm/SwiftLint", from: "0.65.0"),
|
||||
],
|
||||
targets: [
|
||||
// Targets are the basic building blocks of a package, defining a module or a test suite.
|
||||
@@ -26,10 +27,16 @@ let package = Package(
|
||||
dependencies: [
|
||||
"TempestasDomain"
|
||||
],
|
||||
plugins: [
|
||||
.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint"),
|
||||
]
|
||||
),
|
||||
.testTarget(
|
||||
name: "TempestasPresentationTests",
|
||||
dependencies: ["TempestasPresentation"]
|
||||
dependencies: ["TempestasPresentation"],
|
||||
plugins: [
|
||||
.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint"),
|
||||
]
|
||||
),
|
||||
],
|
||||
swiftLanguageModes: [.v6]
|
||||
|
||||
Reference in New Issue
Block a user