Skip to content

Commit 4f3ae39

Browse files
🔄 synced file(s) with Nef10/common-swift-package
1 parent 6e83ea0 commit 4f3ae39

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: swift-actions/[email protected]
8686
- name: Install SwiftLint
8787
run: |
88-
curl -L https://github.com/realm/SwiftLint/releases/download/0.54.0/swiftlint_linux.zip -o swiftlint.zip
88+
curl -L https://github.com/realm/SwiftLint/releases/download/0.57.0/swiftlint_linux.zip -o swiftlint.zip
8989
unzip swiftlint.zip -d swiftlint
9090
./swiftlint/swiftlint --version
9191
- name: Run SwiftLint

‎.swiftlint.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Updated for 0.53.0
1+
# Updated for 0.57.0
22

33
excluded:
44
- ".build"
@@ -103,6 +103,10 @@ opt_in_rules:
103103
- redundant_self_in_closure
104104
- unhandled_throwing_task
105105
- private_swiftui_state
106+
- final_test_case
107+
- prefer_key_path
108+
- no_empty_block
109+
- unused_parameter
106110

107111
disabled_rules:
108112
- trailing_comma

0 commit comments

Comments
 (0)