From a49f0ee5e05277a7f7c171269622ef4a1a1fec30 Mon Sep 17 00:00:00 2001 From: Danny Moesch Date: Fri, 18 Dec 2020 10:03:26 +0100 Subject: [PATCH] Use SwiftLint version 0.42.x --- .swiftlint.yml | 1 + scripts/swiftlint.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index e0624ba..4207872 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -23,6 +23,7 @@ only_rules: - collection_alignment - colon - comma + - comment_spacing - compiler_protocol_init - computed_accessors_order - conditional_returns_on_newline diff --git a/scripts/swiftlint.sh b/scripts/swiftlint.sh index 673350f..9092d28 100755 --- a/scripts/swiftlint.sh +++ b/scripts/swiftlint.sh @@ -1,4 +1,4 @@ -SWIFTLINT_VERSION="0.41.*" +SWIFTLINT_VERSION="0.42.*" if [[ -f "${SRCROOT}/.ci-env" ]]; then echo "Running in a Continuous Integration environment. Linting is skipped."