Skip to content

Commit

Permalink
chore: add new swift-format and SwiftLint versions to the version pro…
Browse files Browse the repository at this point in the history
…posals
  • Loading branch information
LosFarmosCTL committed May 4, 2024
1 parent 0fe7078 commit d1b6217
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/apple-swift-format/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"type": "string",
"proposals": [
"latest",
"510.1.0",
"509.0.0",
"508.0.1",
"0.50700.1",
"0.50600.1",
"0.50500.0",
Expand All @@ -18,7 +21,7 @@
"main"
],
"default": "latest",
"description": "The version of swift-format to install (depends on the installed Swift version, main should only be used for pre-release Swift snapshots)."
"description": "The version of swift-format to install (for Swift <5.7 this must match the installed Swift version, refer to the swift-format docs for more information)"
}
},
"installsAfter": [
Expand Down
4 changes: 4 additions & 0 deletions src/swiftlint/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"type": "string",
"proposals": [
"latest",
"0.54.0",
"0.53.0",
"0.52.4",
"0.51.0",
"0.50.3",
"0.49.1",
"0.48.0",
Expand Down

0 comments on commit d1b6217

Please sign in to comment.