Updated swiftlint

This commit is contained in:
Jeroen Wesbeek 2018-07-24 23:56:54 +02:00
parent ba03bcf5aa
commit 85845e5d14
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ swiftlint() {
set -e
local SWIFTLINT_PKG_PATH="/tmp/SwiftLint.pkg"
local SWIFTLINT_PKG_URL="https://github.com/realm/SwiftLint/releases/download/0.24.2/SwiftLint.pkg"
local SWIFTLINT_PKG_URL="https://github.com/realm/SwiftLint/releases/download/0.26.0/SwiftLint.pkg"
wget --output-document=$SWIFTLINT_PKG_PATH $SWIFTLINT_PKG_URL