mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🍺 Install Swift linters via Homebrew instead of Mint
This commit is contained in:
parent
64695e2457
commit
04ffe2cac4
2 changed files with 5 additions and 3 deletions
4
Brewfile
4
Brewfile
|
@ -1,7 +1,9 @@
|
|||
brew "carthage"
|
||||
brew "make"
|
||||
brew "mint"
|
||||
brew "shfmt"
|
||||
brew "swift-format"
|
||||
brew "swiftformat"
|
||||
brew "swiftlint"
|
||||
|
||||
tap "kylef/formulae"
|
||||
brew "swiftenv"
|
||||
|
|
|
@ -12,10 +12,10 @@ main() {
|
|||
|
||||
echo "==> 👢 Bootstrapping"
|
||||
|
||||
# Install ruby tools
|
||||
# Install Ruby tools
|
||||
bundle install
|
||||
|
||||
# Install Mint and shellcheck
|
||||
# Install Homebrew tools
|
||||
brew bundle install --no-upgrade --verbose
|
||||
|
||||
# Download and build project dependencies
|
||||
|
|
Loading…
Reference in a new issue