Update lint.sh

This commit is contained in:
Jesse Squires 2020-04-04 12:13:12 -07:00 committed by GitHub
parent 9fed3a8089
commit 9eeef4dfa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
# https://github.com/realm/SwiftLint/releases/latest # https://github.com/realm/SwiftLint/releases/latest
# ------------------------------ # ------------------------------
VERSION="0.39.1" VERSION="0.39.2"
FOUND=$(swiftlint version) FOUND=$(swiftlint version)
if which swiftlint >/dev/null; then if which swiftlint >/dev/null; then