Skip to content

Commit 21d13a4

Browse files
authored
Merge pull request #357 from kimdv/kimdv/fix-readme-warning
Added README.md to exclude list
2 parents caa735a + ebcc714 commit 21d13a4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Package.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ let package = Package(
2828
.library(name: "SwiftSyntaxBuilder", type: .static, targets: ["SwiftSyntaxBuilder"])
2929
],
3030
targets: [
31-
.target(name: "_CSwiftSyntax"),
31+
.target(
32+
name: "_CSwiftSyntax",
33+
exclude: [
34+
"README.md"
35+
]
36+
),
3237
.target(
3338
name: "SwiftSyntax",
3439
dependencies: ["_CSwiftSyntax"],

0 commit comments

Comments
 (0)