mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +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 "carthage"
|
||||||
brew "make"
|
brew "make"
|
||||||
brew "mint"
|
|
||||||
brew "shfmt"
|
brew "shfmt"
|
||||||
|
brew "swift-format"
|
||||||
|
brew "swiftformat"
|
||||||
|
brew "swiftlint"
|
||||||
|
|
||||||
tap "kylef/formulae"
|
tap "kylef/formulae"
|
||||||
brew "swiftenv"
|
brew "swiftenv"
|
||||||
|
|
|
@ -12,10 +12,10 @@ main() {
|
||||||
|
|
||||||
echo "==> 👢 Bootstrapping"
|
echo "==> 👢 Bootstrapping"
|
||||||
|
|
||||||
# Install ruby tools
|
# Install Ruby tools
|
||||||
bundle install
|
bundle install
|
||||||
|
|
||||||
# Install Mint and shellcheck
|
# Install Homebrew tools
|
||||||
brew bundle install --no-upgrade --verbose
|
brew bundle install --no-upgrade --verbose
|
||||||
|
|
||||||
# Download and build project dependencies
|
# Download and build project dependencies
|
||||||
|
|
Loading…
Reference in a new issue