From 13fe6609dfbcc4610409267832f030e9d7e96c04 Mon Sep 17 00:00:00 2001 From: Michael Rebello Date: Wed, 2 Oct 2024 09:03:10 +0530 Subject: [PATCH] Update SwiftLint to 0.57.0 https://github.com/realm/SwiftLint/releases/tag/0.57.0 Signed-off-by: Michael Rebello --- .github/workflows/ci.yaml | 2 +- .swiftlint.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6423491..4395d89 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -123,7 +123,7 @@ jobs: run-swiftlint: runs-on: ubuntu-latest container: - image: ghcr.io/realm/swiftlint:0.55.1 + image: ghcr.io/realm/swiftlint:0.57.0 steps: - uses: actions/checkout@v4 - name: Run SwiftLint diff --git a/.swiftlint.yml b/.swiftlint.yml index df94ebb..729ba8c 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -16,7 +16,6 @@ disabled_rules: - identifier_name - opening_brace - nesting - - non_optional_string_data_conversion - redundant_string_enum_value - todo - type_body_length