Skip to content

Commit 3ea5d10

Browse files
author
ematejska
authored
Merge pull request swiftlang#103 from ematejska/xfail-swiftlint
Xfailing SwiftLint, because SourceKitten needs to be adjsuted to resp…
2 parents 3bc05b7 + ce5c426 commit 3ea5d10

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

projects.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2037,7 +2037,29 @@
20372037
"actions": [
20382038
{
20392039
"action": "BuildSwiftPackage",
2040-
"configuration": "release"
2040+
"configuration": "release",
2041+
"xfail": {
2042+
"compatibility": {
2043+
"3.0": {
2044+
"branch": {
2045+
"master": "rdar://problem/35633455",
2046+
"swift-4.1-branch": "rdar://problem/35633455"
2047+
}
2048+
},
2049+
"3.1": {
2050+
"branch": {
2051+
"master": "rdar://problem/35633455",
2052+
"swift-4.1-branch": "rdar://problem/35633455"
2053+
}
2054+
},
2055+
"4.0": {
2056+
"branch": {
2057+
"master": "rdar://problem/35633455",
2058+
"swift-4.1-branch": "rdar://problem/35633455"
2059+
}
2060+
}
2061+
}
2062+
}
20412063
},
20422064
{
20432065
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)