Remove `swiftlint` from `Brewfile`

`swiftlint` from Homebrew now requires macOS 12, but I'd prefer our CI to still support macOS 11 for as long as possible.
This commit is contained in:
Max Desiatov 2022-09-04 13:15:17 +01:00 committed by GitHub
parent c55e56c18f
commit 04d757bfba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
brew "pre-commit"
brew "swiftformat"
brew "swiftlint"
brew "binaryen"
brew "wasmer"
brew "wabt"