Add swiftlint to brew bundle

This commit is contained in:
Ben Chatelain 2019-01-12 13:23:09 -07:00
parent 625a7053f1
commit 2a16176874
2 changed files with 3 additions and 2 deletions

View file

@ -1 +1,2 @@
brew "carthage" brew "carthage"
brew "swiftlint"

View file

@ -3,7 +3,7 @@
main() { main() {
echo "==> 👢 Bootstrapping" echo "==> 👢 Bootstrapping"
bundle install bundle install
brew bundle brew bundle install --verbose
carthage bootstrap --platform macOS --cache-builds carthage bootstrap --platform macOS --cache-builds
script/sort script/sort