Skip to content

Commit b88afcf

Browse files
committed
Remove SwiftLint's 3.0 commit
SwiftLint's first commit to include SWXMLHash's change to avoid conflicting with `Sequence.Element` (drmohundro/SWXMLHash@ed5f34c) was realm/SwiftLint@7acacf6, which came after SwiftLint dropped support for Swift 3.0. So there exists no Swift 3.0 compatible commit that also supports Swift 4's `-swift-version=3` compatibility mode.
1 parent 9c4a090 commit b88afcf

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

projects.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,10 +2052,6 @@
20522052
"path": "SwiftLint",
20532053
"branch": "master",
20542054
"compatibility": [
2055-
{
2056-
"version": "3.0",
2057-
"commit": "d8f5a316f29077cd22f7d129e8bfaf4f4238d6f1"
2058-
},
20592055
{
20602056
"version": "3.1",
20612057
"commit": "c34c5c164954132a87e90d2312a74826a54487ed"
@@ -2073,17 +2069,7 @@
20732069
"actions": [
20742070
{
20752071
"action": "BuildSwiftPackage",
2076-
"configuration": "release",
2077-
"xfail": {
2078-
"compatibility": {
2079-
"3.0": {
2080-
"branch": {
2081-
"master": "https://bugs.swift.org/browse/SR-6617",
2082-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6617"
2083-
}
2084-
}
2085-
}
2086-
}
2072+
"configuration": "release"
20872073
},
20882074
{
20892075
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)