Explorar o código

Merge pull request #218 from bizz84/feature/update-swiftlint-0.18.1

Update swiftlint
Andrea Bizzotto %!s(int64=8) %!d(string=hai) anos
pai
achega
2372f16240
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/install_swiftlint.sh

+ 1 - 1
scripts/install_swiftlint.sh

@@ -7,7 +7,7 @@
 set -e
 
 SWIFTLINT_PKG_PATH="/tmp/SwiftLint.pkg"
-SWIFTLINT_PKG_URL="https://github.com/realm/SwiftLint/releases/download/0.16.1/SwiftLint.pkg"
+SWIFTLINT_PKG_URL="https://github.com/realm/SwiftLint/releases/download/0.18.1/SwiftLint.pkg"
 
 wget --output-document=$SWIFTLINT_PKG_PATH $SWIFTLINT_PKG_URL