Sfoglia il codice sorgente

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

Update swiftlint
Andrea Bizzotto 8 anni fa
parent
commit
2372f16240
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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