-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.swiftlint.yml
695 lines (641 loc) · 21.1 KB
/
.swiftlint.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
included:
- Plugins
- Source
- Tests
- Package.swift
excluded:
- Tests/SwiftLintFrameworkTests/Resources
opt_in_rules:
- accessibility_label_for_image
- accessibility_trait_for_button
- anonymous_argument_in_multiline_closure
- array_init
- attributes
- balanced_xctest_lifecycle
- capture_variable
- closure_body_length
- closure_end_indentation
- closure_spacing
- collection_alignment
- comma_inheritance
- conditional_returns_on_newline
- contains_over_filter_count
- contains_over_filter_is_empty
- contains_over_first_not_nil
- contains_over_range_nil_comparison
- contrasted_opening_brace
- convenience_type
- direct_return
- discarded_notification_center_observer
- discouraged_assert
- discouraged_none_name
- discouraged_object_literal
- discouraged_optional_boolean
- discouraged_optional_collection
- empty_collection_literal
- empty_count
- empty_string
- empty_xctest_method
- enum_case_associated_values_count
- expiring_todo
- explicit_acl
- explicit_enum_raw_value
- explicit_init
- explicit_self
- explicit_top_level_acl
- explicit_type_interface
- extension_access_modifier
- fallthrough
- fatal_error_message
- file_header
- file_name
- file_name_no_space
- file_types_order
- final_test_case
- first_where
- flatmap_over_map_reduce
- force_unwrapping
- function_default_parameter_at_end
- ibinspectable_in_extension
- identical_operands
- implicit_return
- implicitly_unwrapped_optional
- indentation_width
- inert_defer
- joined_default_parameter
- last_where
- legacy_multiple
- legacy_objc_type
- let_var_whitespace
- literal_expression_end_indentation
- local_doc_comment
- lower_acl_than_parent
- missing_docs
- modifier_order
- multiline_arguments
- multiline_arguments_brackets
- multiline_function_chains
- multiline_literal_brackets
- multiline_parameters
- multiline_parameters_brackets
- nimble_operator
- no_empty_block
- no_extension_access_modifier
- no_grouping_extension
- no_magic_numbers
- non_overridable_class_declaration
- nslocalizedstring_key
- nslocalizedstring_require_bundle
- number_separator
- object_literal
- one_declaration_per_file
- operator_usage_whitespace
- optional_enum_case_matching
- overridden_super_call
- override_in_extension
- pattern_matching_keywords
- period_spacing
- prefer_key_path
- prefer_nimble
- prefer_self_in_static_references
- prefer_self_type_over_type_of_self
- prefer_zero_over_explicit_init
- prefixed_toplevel_constant
- private_action
- private_outlet
- private_subject
- private_swiftui_state
- prohibited_interface_builder
- prohibited_super_call
- quick_discouraged_call
- quick_discouraged_focused_test
- quick_discouraged_pending_test
- raw_value_for_camel_cased_codable_enum
- reduce_into
- redundant_nil_coalescing
- redundant_self_in_closure
- redundant_type_annotation
- required_deinit
- required_enum_case
- return_value_from_void_function
- self_binding
- shorthand_argument
- shorthand_optional_binding
- single_test_class
- sorted_enum_cases
- sorted_first_last
- sorted_imports
- static_operator
- strict_fileprivate
- strong_iboutlet
- superfluous_else
- switch_case_on_newline
- test_case_accessibility
- toggle_bool
- trailing_closure
- type_contents_order
- typesafe_array_init
- unavailable_function
- unhandled_throwing_task
- unneeded_parentheses_in_closure_argument
- unowned_variable_capture
- untyped_error_in_catch
- unused_capture_list
- unused_declaration
- unused_import
- unused_parameter
- vertical_parameter_alignment_on_call
- vertical_whitespace_between_cases
- vertical_whitespace_closing_braces
- vertical_whitespace_opening_braces
- weak_delegate
- xct_specific_matcher
- yoda_condition
- attribute_name_spacing
- blanket_disable_command
- block_based_kvo
- class_delegate_protocol
- closing_brace
- closure_parameter_position
- colon
- comma
- comment_spacing
- compiler_protocol_init
- computed_accessors_order
- control_statement
- custom_rules
- cyclomatic_complexity
- deployment_target
- discouraged_direct_init
- duplicate_conditions
- duplicate_enum_cases
- duplicate_imports
- duplicated_key_in_dictionary_literal
- dynamic_inline
- empty_enum_arguments
- empty_parameters
- empty_parentheses_with_trailing_closure
- file_length
- for_where
- force_cast
- force_try
- function_body_length
- function_parameter_count
- generic_type_name
- identifier_name
- implicit_getter
- inclusive_language
- invalid_swiftlint_command
- is_disjoint
- large_tuple
- leading_whitespace
- legacy_cggeometry_functions
- legacy_constant
- legacy_constructor
- legacy_hashing
- legacy_nsgeometry_functions
- legacy_random
- line_length
- mark
- multiple_closures_with_trailing_closure
- nesting
- no_fallthrough_only
- no_space_in_method_call
- non_optional_string_data_conversion
- notification_center_detachment
- ns_number_init_as_function_reference
- nsobject_prefer_isequal
- opening_brace
- operator_whitespace
- optional_data_string_conversion
- orphaned_doc_comment
- prefer_type_checking
- private_over_fileprivate
- protocol_property_accessors_order
- reduce_boolean
- redundant_discardable_let
- redundant_objc_attribute
- redundant_optional_initialization
- redundant_set_access_control
- redundant_string_enum_value
- redundant_void_return
- return_arrow_whitespace
- unused_enumerated
- vertical_parameter_alignment
- unneeded_override
- type_body_length
- control_statement
- colon
- comma
- contains_over_filter
- contains_over_first
- contains_over_last
- contains_over_map
- contains_over_reduce
- contains_over_sorted
- contains_over_split
- contains_over_suffix
- contains_over_prefix
- contains_over_drop
- contains_over_drop_while
- contains_over_prefix_while
- contains_over_suffix_while
- contains_over_flat_map
- contains_over_compact_map
- contains_over_map_values
- contains_over_filter_values
- contains_over_reduce_values
- contains_over_sorted_values
- contains_over_split_values
- contains_over_suffix_values
- contains_over_prefix_values
- contains_over_drop_values
- contains_over_drop_while_values
- contains_over_prefix_while_values
- contains_over_suffix_while_values
- contains_over_flat_map_values
- contains_over_compact_map_values
attributes:
always_on_same_line: true
always_in_same_line: true
closure_body_length:
warning: 20
error: 40
closure_end_indentation:
indent_width: 4
closure_spacing:
lines: 1
comma:
mandatory_comma: true
cyclomatic_complexity:
ignores_case_statements: true
ignores_comments: true
warning: 10
error: 20
file_length:
warning: 400
error: 1000
ignore_comment_only_lines: true
function_body_length:
warning: 40
error: 80
ignore_comments: true
ignore_closures: true
igmore_top_level_declarations: true
function_parameter_count:
warning: 5
error: 8
identifier_name:
min_length:
warning: 3
error: 2
max_length:
warning: 40
error: 60
excluded:
- id
- URL
line_length:
warning: 120
error: 200
ignores_comments: true
ignores_interpolated_strings: true
ignores_urls: true
nesting:
type_level:
warning: 2
error: 3
statement_level:
warning: 5
error: 7
type_body_length:
warning: 200
error: 350
custom_rules:
fatal_error:
name: Fatal Error
excluded: "Tests/*"
message: >
Prefer using `queuedFatalError` over `fatalError` to avoid leaking compiler host machine paths.
Source: https://gist.github.com/brunogama/04c9d0ef0988fa1dd430475431a3e5a7
regex: \bfatalError\b
match_kinds:
- identifier
severity: error
# Source link: https://gist.github.com/brunogama/04c9d0ef0988fa1dd430475431a3e5a7
mvvm_binding_pattern:
name: "MVVM Binding Pattern"
regex: '(?:class|struct)\s+\w+ViewModel\s*{[^}]*(?<!\$)\w+\s*:\s*Observable<[^>]+>[^}]*}'
message: "ViewModel properties that represent UI state should use Observable wrapper"
severity: error
dependency_injection_constructor:
name: "Dependency Injection Constructor"
regex: '(?:class|struct)\s+(\w+)(?:(?!init).)*\binit\s*\([^)]*\)\s*\{(?![^}]*\b\1Dependencies\b)'
message: "Types should inject dependencies through a dedicated Dependencies type"
severity: warning
command_pattern_validation:
name: "Command Pattern Validation"
regex: 'class\s+\w+Command\s*:.*?{(?![^}]*(?:execute|perform|run)\s*\([^)]*\))'
message: "Command objects must implement execute(), perform() or run() method"
severity: error
coordinator_flow_handling:
name: "Coordinator Flow Handling"
regex: 'class\s+\w+Coordinator\s*:.*?{(?![^}]*(?:start|handle|coordinate)\s*\([^)]*\))'
message: "Coordinator classes must implement start(), handle() or coordinate() method"
severity: error
reactive_disposable_pattern:
name: "Reactive Disposable Pattern"
regex: '(?:class|struct)\s+\w+(?:ViewModel|Controller)\s*{[^}]*(?<!\bdeinit\s*{[^}]*?)DisposeBag[^}]*}'
message: "Classes using DisposeBag should properly dispose in deinit"
severity: error
use_case_implementation:
name: "Use Case Implementation"
regex: 'protocol\s+\w+UseCase\s*{(?![^}]*(?:execute|perform)\s*\([^)]*\)\s*(?:throws\s+)?async)'
message: "Use cases should have an async execute() or perform() method"
severity: error
repository_async_pattern:
name: "Repository Async Pattern"
regex: 'protocol\s+\w+Repository\s*{[^}]*func\s+\w+\s*\([^)]*\)\s*(?!async)(?!throws)[^}]*}'
message: "Repository methods should be async and/or throwing"
severity: warning
state_machine_validation:
name: "State Machine Validation"
regex: 'enum\s+\w+State\s*{[^}]*(?<!\bcase\s+[^:]+:\s*(?:Equatable|Hashable|CaseIterable))[^}]*}'
message: "State enums should conform to Equatable, Hashable, or CaseIterable"
severity: warning
service_layer_isolation:
name: "Service Layer Isolation"
regex: 'class\s+\w+Service\s*{[^}]*(?:\bUIKit\b|\bSwiftUI\b)[^}]*}'
message: "Service layer should not import UI frameworks"
severity: error
mapper_bidirectional_check:
name: "Mapper Bidirectional Check"
regex: 'struct\s+\w+Mapper\s*{(?![^}]*toDomain[^}]*toDTO)'
message: "Mappers should implement both toDomain and toDTO methods"
severity: warning
result_builder_pattern:
name: "Result Builder Pattern"
regex: '@resultBuilder\s+struct\s+\w+Builder\s*{(?![^}]*buildBlock[^}]*buildEither)'
message: "Result builders should implement both buildBlock and buildEither methods"
severity: error
event_handler_type_safety:
name: "Event Handler Type Safety"
regex: 'typealias\s+\w+Handler\s*=\s*(?!.*->.*Result<.*,.*Error.*>)'
message: "Event handlers should return Result type for proper error handling"
severity: warning
actor_isolation_check:
name: "Actor Isolation Check"
regex: 'actor\s+\w+\s*{[^}]*(?<!\bnonisolated\b)\s*func\s+\w+\s*\([^)]*\)\s*->\s*[^{]*\{'
message: "Consider marking appropriate actor methods as nonisolated"
severity: warning
protocol_composition_check:
name: "Protocol Composition Check"
regex: 'protocol\s+\w+\s*:\s*(?![^{]*&)'
message: "Consider using protocol composition for better interface segregation"
severity: warning
custom_operator_documentation:
name: "Custom Operator Documentation"
regex: '(?<!\/\/\/[^\n]*\n\s*)(?<!\/\*(?:[^*]|\*(?!\/))*\*\/\s*)operator\s+[^a-zA-Z0-9\s]+'
message: "Custom operators must be documented"
severity: error
generic_constraint_naming:
name: "Generic Constraint Naming"
regex: 'func\s+\w+<(?!T\s*:)[A-Z]\w*\s*:'
message: "Use T as the primary generic parameter name"
severity: warning
property_wrapper_validation:
name: "Property Wrapper Validation"
regex: '@propertyWrapper\s+struct\s+\w+\s*{(?![^}]*wrappedValue[^}]*projectedValue)'
message: "Property wrappers should implement both wrappedValue and projectedValue"
severity: error
middleware_chain_pattern:
name: "Middleware Chain Pattern"
regex: 'protocol\s+\w+Middleware\s*{(?![^}]*\bnext\b[^}]*handle)'
message: "Middleware should have next reference and handle method"
severity: warning
macro_implementation_check:
name: "Macro Implementation Check"
regex: '@freestanding\(expression\)\s+macro\s+\w+\s*{(?![^}]*\bexpand\b)'
message: "Expression macros must implement expand method"
severity: error
access_control_hierarchy:
name: "Access Control Hierarchy"
regex: '(?:internal|fileprivate|private)\s+protocol\s+\w+\s*{[^}]*public\s+'
message: "Protocol members cannot be more accessible than the protocol itself"
severity: error
object_calisthenics:
name: "Object Calisthenics Rules"
included: ".*\\.swift"
excluded: ".*Test\\.swift"
rules:
# Rule 1: Only One Level of Indentation per Method
excessive_indentation:
regex: '(?x)
(?:func\s+\w+\s*\([^)]*\)\s*(?:throws\s+)?(?:async\s+)?(?:->)?[^{]*\{
(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})*
\s{8,}[^\s]
)'
message: "Methods should have only one level of indentation"
severity: error
# Rule 2: Don't Use the ELSE Keyword
else_keyword:
regex: '\belse\b'
message: "Avoid using else keyword, use early returns instead"
severity: warning
# Rule 3: Wrap All Primitives, Strings, and Collections
unwrapped_primitive:
regex: '(?x)
(?:let|var)\s+\w+\s*:\s*
(?:
(?:Int|Double|Float|Bool|String|Character) | # Basic types
(?:\[[^\]]*\]) | # Any array type
(?:Set<[^>]*>) | # Any set type
(?:Dictionary<[^>]*,[^>]*>) | # Any dictionary type
(?:\[.+:.+\]) # Alternative dictionary syntax
)
(?!\s*\{)
(?!\s*=\s*\{)'
message: "Wrap primitive types in value objects"
severity: warning
# Rule 4: First Class Collections
collection_property:
regex: '(?x)
class\s+\w+\s*\{
(?:[^{}]|\{[^{}]*\})*
(?:let|var)\s+\w+\s*:\s*\[.*\]
(?:[^{}]|\{[^{}]*\})*
(?:let|var)\s+\w+\s*:(?!\s*\[)
\}'
message: "Classes that contain collections should not contain other instance variables"
severity: warning
# Rule 5: One Dot per Line
method_chaining:
regex: '\.\w+\s*\.\w+'
message: "Use only one dot per line (avoid method chaining)"
severity: warning
# Rule 6: Don't Abbreviate Names
abbreviated_name:
regex: '(?x)
(?:class|struct|enum|protocol|func|let|var)\s+
(?:[a-z]{1,2}|[A-Z]{1,2})\w*
(?:\s*[:{]|\s*=)'
message: "Don't use abbreviations in names"
severity: warning
# Rule 7: Keep All Entities Small
large_class:
regex: '(?x)
(?:class|struct|enum|protocol)\s+\w+[^{]*\{
(?:[^{}]|\{[^{}]*\}){500,}
\}'
message: "Keep classes under 50 lines"
severity: warning
large_method:
regex: '(?x)
func\s+\w+\s*\([^)]*\)\s*(?:throws\s+)?(?:async\s+)?(?:->)?[^{]*\{
(?:[^{}]|\{[^{}]*\}){200,}
\}'
message: "Keep methods under 10 lines"
severity: warning
# Rule 8: No Classes With More Than Two Instance Variables
too_many_properties:
regex: '(?x)
class\s+\w+[^{]*\{
(?:[^{}]|\{[^{}]*\})*
(?:(?:let|var)\s+\w+\s*:(?!\s*\{)[^;]*;?\s*){3,}
\}'
message: "Classes should have no more than two instance variables"
severity: warning
# Rule 9: No Getters/Setters/Properties
getter_setter:
regex: '(?x)
(?:var\s+\w+\s*:\s*[^{]+\{
\s*get\s*\{[^}]*\}\s*
\s*set\s*\{[^}]*\}\s*
\})'
message: "Don't use getters and setters - tell, don't ask"
severity: warning
# Additional Support Rules
guard_else_usage:
regex: 'guard\s+[^{]+\{[^}]*\}\s*else\s*\{[^}]*return[^}]*\}'
message: "Use guard for early returns and preconditions"
severity: info
tiny_class_enforcement:
regex: '(?x)
class\s+\w+[^{]*\{
(?:[^{}]|\{[^{}]*\}){1,50}
\}'
message: "Classes should be focused and small (preferably under 50 lines)"
severity: info
tell_dont_ask_violation:
regex: '(?x)
if\s+\w+\.(?:is|get|has)\w+\s*(?:\((?:[^()]|\([^()]*\))*\))?\s*\{'
message: "Tell, don't ask - avoid querying object state"
severity: warning
command_query_separation:
regex: '(?x)
func\s+\w+\s*\([^)]*\)\s*->\s*\w+\s*\{
(?:[^{}]|\{[^{}]*\})*
\bself\.\w+\s*=
\}'
message: "Command-Query Separation: Methods should either change state or return value, not both"
severity: warning
result_closure_pattern:
name: "Result Closure Pattern"
regex: '(?x)
# Match function with Result closure parameter
func\s+\w+\s*\([^)]*
@escaping\s*\(\s*Result\s*<[^>]+>\s*\)\s*->?\s*Void[^{]*\{
(?![^{]*?
# Must have result declaration at the start
(?:let|var)\s+\w*[Rr]esult\s*:\s*Result\s*<[^>]+>\s*\n
# Must have defer block after declaration
.*?
defer\s*\{\s*\w+\s*\(\s*\w*[Rr]esult\s*\)\s*\}
)
.*?\}'
message: >
Functions with Result closure callbacks should:
1. Declare a result variable at the start: `let completionResult: Result<Success, Error>`
2. Add a defer block: `defer { completion(completionResult) }`
3. Then handle the actual logic
4. Avoid multiple assignments to the result variable - use single statement making use of the compiler type safety
severity: error
result_closure_sequence:
name: "Result Closure Declaration Sequence"
regex: '(?x)
# Match function with Result closure parameter
func\s+\w+\s*\([^)]*
@escaping\s*\(\s*Result\s*<[^>]+>\s*\)\s*->?\s*Void[^{]*\{
(?:[^{]|\{(?:[^{}]|\{[^{}]*\})*\})*
# Check for result declaration not at the start
.+?
(?:let|var)\s+\w*[Rr]esult\s*:\s*Result\s*<[^>]+>
'
message: >
Functions with Result closure callbacks should:
1. Declare a result variable at the start: `let completionResult: Result<Success, Error>`
2. Add a defer block: `defer { completion(completionResult) }`
3. Then handle the actual logic
4. Avoid multiple assignments to the result variable - use single statement making use of the compiler type safety
severity: error
result_closure_defer:
name: "Result Closure Defer"
regex: '(?x)
# Match function with Result closure parameter
func\s+\w+\s*\([^)]*
@escaping\s*\(\s*Result\s*<[^>]+>\s*\)\s*->?\s*Void[^{]*\{
(?:[^{]|\{(?:[^{}]|\{[^{}]*\})*\})*
# Check for defer not immediately after result declaration
(?:let|var)\s+\w*[Rr]esult\s*:\s*Result\s*<[^>]+>\s*
(?![\s\n]*defer)
[^\n]+
'
message: "defer { completion(result) } should follow immediately after result declaration"
severity: error
multiple_result_assignments:
name: "Multiple Result Assignments"
regex: '(?x)
func\s+\w+\s*\([^)]*
@escaping\s*\(\s*Result\s*<[^>]+>\s*\)\s*->?\s*Void[^{]*\{
(?:[^{]|\{(?:[^{}]|\{[^{}]*\})*\})*
# Check for multiple assignments to result variable
(?:.*?\w*[Rr]esult\s*=.*?){2,}
'
message: >
Functions with Result closure callbacks should:
1. Declare a result variable at the start: `let completionResult: Result<Success, Error>`
2. Add a defer block: `defer { completion(completionResult) }`
3. Then handle the actual logic
4. Avoid multiple assignments to the result variable - use single statement making use of the compiler type safety
severity: warning
# Examples of valid and invalid patterns:
#
# ✅ Valid:
# func fetchData(completion: @escaping (Result<Data, NetworkError>) -> Void) {
# let completionResult: Result<Data, NetworkError>
# defer { completion(completionResult) }
#
# switch try await networkCall() {
# case .success(let data):
# completionResult = .success(data)
# case .failure(let error):
# completionResult = .failure(error)
# }
# }
#
# ❌ Invalid:
# func fetchData(completion: @escaping (Result<Data, NetworkError>) -> Void) {
# // Missing initial result declaration
# // Missing defer block
# let data = try await networkCall()
# completion(.success(data))
# }
#
# ❌ Invalid:
# func fetchData(completion: @escaping (Result<Data, NetworkError>) -> Void) {
# let completionResult: Result<Data, NetworkError>
# // Missing defer block
# completionResult = .success(data)
# completion(completionResult)
# }
'