Skip to content

Commit 119a97c

Browse files
Update SwiftLint in quick start to v0.54.0 (#594)
1 parent a1f1685 commit 119a97c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

genesis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ files:
179179
# - no_grouping_extension
180180
# - no_magic_numbers
181181
- no_space_in_method_call
182+
- non_overridable_class_declaration
182183
- notification_center_detachment
183184
- ns_number_init_as_function_reference
184185
- nslocalizedstring_key
@@ -204,6 +205,7 @@ files:
204205
- private_outlet
205206
- private_over_fileprivate
206207
- private_subject
208+
- private_swiftui_state
207209
- private_unit_test
208210
- prohibited_interface_builder
209211
- prohibited_super_call
@@ -259,6 +261,7 @@ files:
259261
- unavailable_function
260262
- unhandled_throwing_task
261263
- unneeded_break_in_switch
264+
# - unneeded_override
262265
- unneeded_parentheses_in_closure_argument
263266
- unneeded_synthesized_initializer
264267
- unowned_variable_capture
@@ -2381,8 +2384,8 @@ files:
23812384
targets: [
23822385
.binaryTarget(
23832386
name: "SwiftLintBinary-{{ project|replace:' ','_' }}",
2384-
url: "https://github.com/realm/SwiftLint/releases/download/0.52.4/SwiftLintBinary-macos.artifactbundle.zip",
2385-
checksum: "8a8095e6235a07d00f34a9e500e7568b359f6f66a249f36d12cd846017a8c6f5"),
2387+
url: "https://github.com/realm/SwiftLint/releases/download/0.54.0/SwiftLintBinary-macos.artifactbundle.zip",
2388+
checksum: "963121d6babf2bf5fd66a21ac9297e86d855cbc9d28322790646b88dceca00f1"),
23862389
]
23872390
)
23882391

0 commit comments

Comments
 (0)