From 04ffe2cac4c0d05610553bd66fd3c1158b3981f8 Mon Sep 17 00:00:00 2001 From: Chris Araman Date: Sun, 21 Mar 2021 16:41:54 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=BA=20Install=20Swift=20linters=20via?= =?UTF-8?q?=20Homebrew=20instead=20of=20Mint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Brewfile | 4 +++- script/bootstrap | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Brewfile b/Brewfile index 1cc456d..b74d1b2 100644 --- a/Brewfile +++ b/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" diff --git a/script/bootstrap b/script/bootstrap index 111b281..b1f7ada 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -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