Skip to content

Commit 5d40fee

Browse files
authored
Merge pull request #607 from kavon/swiftlint-linux-compat
Split-off versions of SwiftLint that no longer compile on Linux
2 parents 5524e56 + bf28554 commit 5d40fee

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

projects.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2977,7 +2977,7 @@
29772977
{
29782978
"repository": "Git",
29792979
"url": "https://github.com/realm/SwiftLint.git",
2980-
"path": "SwiftLint",
2980+
"path": "SwiftLint-Legacy",
29812981
"branch": "master",
29822982
"compatibility": [
29832983
{
@@ -2998,6 +2998,36 @@
29982998
}
29992999
],
30003000
"maintainer": "[email protected]",
3001+
"platforms": [
3002+
"Darwin"
3003+
],
3004+
"actions": [
3005+
{
3006+
"action": "BuildSwiftPackage",
3007+
"configuration": "release",
3008+
"tags": "sourcekit-disabled swiftpm"
3009+
},
3010+
{
3011+
"action": "TestSwiftPackage"
3012+
}
3013+
]
3014+
},
3015+
{
3016+
"repository": "Git",
3017+
"url": "https://github.com/realm/SwiftLint.git",
3018+
"path": "SwiftLint",
3019+
"branch": "master",
3020+
"compatibility": [
3021+
{
3022+
"version": "5.2",
3023+
"commit": "180d94132758dd183124ab1e63d6aa8e10023ec2"
3024+
},
3025+
{
3026+
"version": "5.3",
3027+
"commit": "e820e750b08bd67bc9d98f4817868e9bc3d5d865"
3028+
}
3029+
],
3030+
"maintainer": "[email protected]",
30013031
"platforms": [
30023032
"Darwin",
30033033
"Linux"

0 commit comments

Comments
 (0)