Skip to content

Commit

Permalink
Update SwiftLint to 0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rebello95 committed Oct 2, 2024
1 parent 885a10b commit 13fe660
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ disabled_rules:
- identifier_name
- opening_brace
- nesting
- non_optional_string_data_conversion
- redundant_string_enum_value
- todo
- type_body_length
Expand Down

0 comments on commit 13fe660

Please sign in to comment.