Update SwiftLint to version 0.44.0 (#507)

This commit is contained in:
Danny Mösch 2021-09-16 02:43:14 +02:00 committed by GitHub
parent f2ab400f4b
commit 82eb13f43c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
SWIFTLINT_VERSION="0.43.*"
SWIFTLINT_VERSION="0.44.*"
if [[ "${CI}" == "true" ]]; then
echo "Running in a Continuous Integration environment. Linting is skipped."