Update SwiftLint to version 0.46.x (#541)

This commit is contained in:
Danny Moesch 2022-01-25 07:52:12 +01:00 committed by GitHub
parent 6d1b271af6
commit 1128292831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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