Skip to content

Commit a12d0ca

Browse files
Un-XFAIL SwiftLint-Legacy for release/6.1 and release/6.2 branches
SwiftLint-Legacy is UPASS-ing on release/6.1 and release/6.2 branches, so this patch is making sure those two are not XFAILed. rdar://161852011
1 parent 614aca9 commit a12d0ca

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

projects.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3210,8 +3210,17 @@
32103210
"issue": "https://github.com/apple/swift/issues/61616",
32113211
"compatibility": ["4.0", "4.2"],
32123212
"branch": ["main", "release/6.0", "release/6.1", "release/6.2"],
3213-
"job": ["source-compat"]
3213+
"job": ["source-compat"],
3214+
"configuration": ["debug"]
3215+
},
3216+
{
3217+
"issue": "rdar://159565344",
3218+
"compatibility": ["4.0", "4.2"],
3219+
"branch": ["main"],
3220+
"job": ["source-compat"],
3221+
"configuration": ["release"]
32143222
}
3223+
32153224
]
32163225
},
32173226
{

0 commit comments

Comments
 (0)