File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 85
85
uses :
swift-actions/[email protected]
86
86
- name : Install SwiftLint
87
87
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
89
89
unzip swiftlint.zip -d swiftlint
90
90
./swiftlint/swiftlint --version
91
91
- name : Run SwiftLint
Original file line number Diff line number Diff line change 1
- # Updated for 0.53 .0
1
+ # Updated for 0.57 .0
2
2
3
3
excluded :
4
4
- " .build"
@@ -103,6 +103,10 @@ opt_in_rules:
103
103
- redundant_self_in_closure
104
104
- unhandled_throwing_task
105
105
- private_swiftui_state
106
+ - final_test_case
107
+ - prefer_key_path
108
+ - no_empty_block
109
+ - unused_parameter
106
110
107
111
disabled_rules :
108
112
- trailing_comma
You can’t perform that action at this time.
0 commit comments