Update SwiftLint to version 0.49.x (#576)

This commit is contained in:
Danny Mösch 2022-11-01 19:47:26 +01:00 committed by GitHub
parent 32fdea0206
commit e2ba21587c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}"
SWIFTLINT_VERSION="0.47.*"
SWIFTLINT_VERSION="0.49.*"
if [[ "${CI}" == "true" ]]; then
echo "Running in a Continuous Integration environment. Linting is skipped."