🍺 Install Swift linters via Homebrew instead of Mint

This commit is contained in:
Chris Araman 2021-03-21 16:41:54 -07:00
parent 64695e2457
commit 04ffe2cac4
No known key found for this signature in database
GPG key ID: BB4499D9E11B61E0
2 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,9 @@
brew "carthage"
brew "make"
brew "mint"
brew "shfmt"
brew "swift-format"
brew "swiftformat"
brew "swiftlint"
tap "kylef/formulae"
brew "swiftenv"

View file

@ -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