Skip to content

Commit

Permalink
Merge pull request swiftlang#3 from jpsim/swiftlint
Browse files Browse the repository at this point in the history
Add SwiftLint
  • Loading branch information
lplarson authored Apr 25, 2017
2 parents 6902d7a + 8c72579 commit eea941f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,31 @@
}
]
},
{
"repository": "Git",
"url": "https://github.com/realm/SwiftLint.git",
"path": "swiftlint",
"branch": "master",
"compatibility": {
"3.0": {
"commit": "e4fa18df06ddbcc730dd2c08a1c0c42aa531ae0c"
}
},
"maintainer": "jp@jpsim.com",
"platforms": [
"Darwin",
"Linux"
],
"actions": [
{
"action": "BuildSwiftPackage",
"configuration": "release"
},
{
"action": "TestSwiftPackage"
}
]
},
{
"repository": "Git",
"url": "https://github.com/vapor/vapor.git",
Expand Down

0 comments on commit eea941f

Please sign in to comment.