diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f1f1283b..d83b4940 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.53.0 + image: ghcr.io/realm/swiftlint:0.55.1 steps: - uses: actions/checkout@v4 - name: Run SwiftLint diff --git a/.swiftlint.yml b/.swiftlint.yml index 07f39a69..35f12269 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -16,6 +16,7 @@ disabled_rules: - identifier_name - opening_brace - nesting + - non_optional_string_data_conversion - redundant_string_enum_value - todo - type_body_length