Update lint.sh

This commit is contained in:
Jesse Squires 2020-02-11 19:38:54 -08:00 committed by GitHub
parent 48760503af
commit ab7a23ce41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,10 +6,10 @@
# Copyright © 2020-present Jesse Squires # Copyright © 2020-present Jesse Squires
# #
# SwiftLint # SwiftLint
# https://github.com/realm/swiftlint # https://github.com/realm/SwiftLint/releases/latest
# ------------------------------ # ------------------------------
VERSION="0.35.0" VERSION="0.39.0"
FOUND=$(swiftlint version) FOUND=$(swiftlint version)
if which swiftlint >/dev/null; then if which swiftlint >/dev/null; then