Skip to content

Commit

Permalink
feat: Use mise for all tools
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeWeidmann committed Apr 15, 2024
1 parent dab450b commit 5944174
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[tools]
tuist = '4.9.0'
swiftformat = '0.53.7'
swiftlint = '0.54.0'
Binary file removed .swiftformat-bin/swiftformat
Binary file not shown.
2 changes: 2 additions & 0 deletions scripts/lint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
eval "$($HOME/.local/bin/mise activate -C $SRCROOT bash --shims)"

if which swiftlint >/dev/null; then
swiftlint --config "$SRCROOT/.swiftlint.yml" --path "$SRCROOT/"
else
Expand Down

0 comments on commit 5944174

Please sign in to comment.