mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
Exclude Bazel resources from packaging
This commit is contained in:
@@ -155,6 +155,9 @@ let package = Package(
|
||||
"SwiftLintFramework",
|
||||
"TestHelpers",
|
||||
],
|
||||
exclude: [
|
||||
"BUILD",
|
||||
],
|
||||
swiftSettings: swiftFeatures + strictConcurrency
|
||||
),
|
||||
.testTarget(
|
||||
@@ -202,6 +205,9 @@ let package = Package(
|
||||
"SwiftLintFramework"
|
||||
],
|
||||
path: "Tests/TestHelpers",
|
||||
exclude: [
|
||||
"BUILD",
|
||||
],
|
||||
swiftSettings: swiftFeatures + strictConcurrency
|
||||
),
|
||||
.binaryTarget(
|
||||
|
||||
Reference in New Issue
Block a user