Skip to content

Commit 5102344

Browse files
authored
Merge pull request swiftlang#117 from slavapestov/un-xfail-swiftlint
Un-XFAIL SwiftLint project
2 parents 4b87247 + 919c6a3 commit 5102344

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

projects.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,28 +2072,7 @@
20722072
"actions": [
20732073
{
20742074
"action": "BuildSwiftPackage",
2075-
"configuration": "release",
2076-
"xfail": {
2077-
"compatibility": {
2078-
"3.0": {
2079-
"branch": {
2080-
"master": "rdar://problem/35633455",
2081-
"swift-4.1-branch": "rdar://problem/35633455"
2082-
}
2083-
},
2084-
"3.1": {
2085-
"branch": {
2086-
"master": "rdar://problem/35633455",
2087-
"swift-4.1-branch": "rdar://problem/35633455"
2088-
}
2089-
},
2090-
"4.0": {
2091-
"branch": {
2092-
"master": "rdar://problem/35633455"
2093-
}
2094-
}
2095-
}
2096-
}
2075+
"configuration": "release"
20972076
},
20982077
{
20992078
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)