Use SwiftLint version 0.43.x

This commit is contained in:
Danny Moesch 2021-03-06 15:26:42 +01:00 committed by Mingshen Sun
parent ac3d246b81
commit 3f75591484
5 changed files with 8 additions and 4 deletions

View file

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