@@ -179,6 +179,7 @@ files:
179
179
# - no_grouping_extension
180
180
# - no_magic_numbers
181
181
- no_space_in_method_call
182
+ - non_overridable_class_declaration
182
183
- notification_center_detachment
183
184
- ns_number_init_as_function_reference
184
185
- nslocalizedstring_key
@@ -204,6 +205,7 @@ files:
204
205
- private_outlet
205
206
- private_over_fileprivate
206
207
- private_subject
208
+ - private_swiftui_state
207
209
- private_unit_test
208
210
- prohibited_interface_builder
209
211
- prohibited_super_call
@@ -259,6 +261,7 @@ files:
259
261
- unavailable_function
260
262
- unhandled_throwing_task
261
263
- unneeded_break_in_switch
264
+ # - unneeded_override
262
265
- unneeded_parentheses_in_closure_argument
263
266
- unneeded_synthesized_initializer
264
267
- unowned_variable_capture
@@ -2381,8 +2384,8 @@ files:
2381
2384
targets: [
2382
2385
.binaryTarget(
2383
2386
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 "),
2386
2389
]
2387
2390
)
2388
2391
0 commit comments