From 2a161768744035effe269bf4e16f6268037712bc Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sat, 12 Jan 2019 13:23:09 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20swiftlint=20to=20brew=20bundl?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Brewfile | 3 ++- script/bootstrap | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Brewfile b/Brewfile index c6a860c..831f54c 100644 --- a/Brewfile +++ b/Brewfile @@ -1 +1,2 @@ -brew "carthage" \ No newline at end of file +brew "carthage" +brew "swiftlint" diff --git a/script/bootstrap b/script/bootstrap index 009ff39..037a216 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -3,7 +3,7 @@ main() { echo "==> 👢 Bootstrapping" bundle install - brew bundle + brew bundle install --verbose carthage bootstrap --platform macOS --cache-builds script/sort