Skip to content

Commit e1cd654

Browse files
authored
Merge pull request swiftlang#100 from jpsim/update-swiftlint-3.x
Update SwiftLint's compatibility commits for Swift 3.0 & 3.1
2 parents 767d086 + 8d5917d commit e1cd654

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

projects.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,10 +2020,10 @@
20202020
"branch": "master",
20212021
"compatibility": {
20222022
"3.0": {
2023-
"commit": "e4fa18df06ddbcc730dd2c08a1c0c42aa531ae0c"
2023+
"commit": "d8f5a316f29077cd22f7d129e8bfaf4f4238d6f1"
20242024
},
20252025
"3.1": {
2026-
"commit": "ab664127d5d32d9ddd655b2cc313abe528a66a42"
2026+
"commit": "c34c5c164954132a87e90d2312a74826a54487ed"
20272027
},
20282028
"4.0": {
20292029
"commit": "c34c5c164954132a87e90d2312a74826a54487ed"
@@ -2037,19 +2037,7 @@
20372037
"actions": [
20382038
{
20392039
"action": "BuildSwiftPackage",
2040-
"configuration": "release",
2041-
"xfail": {
2042-
"compatibility": {
2043-
"3.0": {
2044-
"branch": {
2045-
"master": "https://bugs.swift.org/browse/SR-4696",
2046-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-4696",
2047-
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4696",
2048-
"swift-3.1-branch": "https://bugs.swift.org/browse/SR-4696"
2049-
}
2050-
}
2051-
}
2052-
}
2040+
"configuration": "release"
20532041
},
20542042
{
20552043
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)