From a02b671a07d19412f89eaf5f406bf43371e1face Mon Sep 17 00:00:00 2001 From: "swiftlintbot@jpsim.com" Date: Sun, 7 Jan 2024 18:05:04 +0000 Subject: [PATCH] Automated deployment to GitHub Pages: 8b98d859a3dd3423c943cac27793e1fa7cb6d8b6 --- Classes.html | 38 ++ Classes/CodeIndentingRewriter.html | 485 +++++++++++++++++ .../IndentationStyle.html | 495 ++++++++++++++++++ Classes/CustomRuleTimer.html | 6 + .../DeclaredIdentifiersTrackingVisitor.html | 6 + Classes/LinterCache.html | 6 + Classes/RuleRegistry.html | 6 + Classes/RuleStorage.html | 6 + Classes/SwiftLintFile.html | 6 + Classes/ViolationsSyntaxRewriter.html | 6 + Classes/ViolationsSyntaxVisitor.html | 6 + Enums.html | 6 + Enums/AccessControlLevel.html | 6 + Enums/ExecutableInfo.html | 6 + Enums/Issue.html | 6 + Enums/OptionType.html | 6 + Enums/RuleIdentifier.html | 6 + Enums/RuleKind.html | 6 + Enums/RuleListError.html | 6 + Enums/SwiftExpressionKind.html | 6 + Enums/ViolationSeverity.html | 6 + Extensions.html | 6 + Extensions/Array.html | 6 + Extensions/Bool.html | 6 + Extensions/Double.html | 6 + Extensions/Int.html | 6 + Extensions/Optional.html | 6 + Extensions/Set.html | 6 + Extensions/String.html | 6 + Functions.html | 6 + Global Variables.html | 6 + Guides.html | 6 + Protocols.html | 6 + Protocols/ASTRule.html | 6 + .../AcceptableByConfigurationElement.html | 6 + Protocols/AnalyzerRule.html | 6 + Protocols/CacheDescriptionProvider.html | 6 + Protocols/CollectingRule.html | 6 + Protocols/CorrectableRule.html | 6 + Protocols/Documentable.html | 6 + Protocols/Reporter.html | 6 + Protocols/Rule.html | 6 + Protocols/RuleConfiguration.html | 6 + Protocols/SeverityBasedRuleConfiguration.html | 6 + Protocols/SubstitutionCorrectableRule.html | 6 + Protocols/SwiftSyntaxCorrectableRule.html | 6 + Protocols/SwiftSyntaxRule.html | 6 + Rules.html | 6 + Structs.html | 6 + Structs/ChildOptionSeverityConfiguration.html | 6 + Structs/CollectedLinter.html | 6 + Structs/Command.html | 6 + Structs/Command/Action.html | 6 + Structs/Command/Modifier.html | 6 + Structs/Configuration.html | 6 + Structs/ConfigurationElement.html | 6 + Structs/Correction.html | 6 + Structs/Example.html | 6 + Structs/Linter.html | 6 + Structs/Location.html | 6 + Structs/ReasonedRuleViolation.html | 6 + Structs/RegexConfiguration.html | 6 + Structs/Region.html | 6 + Structs/RuleConfigurationDescription.html | 6 + Structs/RuleConfigurationOption.html | 6 + Structs/RuleDescription.html | 6 + Structs/RuleList.html | 6 + Structs/RuleListDocumentation.html | 6 + Structs/RuleParameter.html | 6 + Structs/SeverityConfiguration.html | 6 + Structs/SeverityLevelsConfiguration.html | 6 + Structs/Stack.html | 6 + Structs/StyleViolation.html | 6 + Structs/SwiftLintSyntaxMap.html | 6 + Structs/SwiftLintSyntaxToken.html | 6 + Structs/SwiftVersion.html | 6 + Structs/Version.html | 6 + Structs/ViolationCorrection.html | 6 + Structs/YamlParser.html | 6 + accessibility_label_for_image.html | 6 + accessibility_trait_for_button.html | 6 + anonymous_argument_in_multiline_closure.html | 6 + anyobject_protocol.html | 6 + array_init.html | 6 + attributes.html | 6 + balanced_xctest_lifecycle.html | 6 + blanket_disable_command.html | 6 + block_based_kvo.html | 6 + capture_variable.html | 6 + class_delegate_protocol.html | 6 + closing_brace.html | 6 + closure_body_length.html | 6 + closure_end_indentation.html | 6 + closure_parameter_position.html | 6 + closure_spacing.html | 6 + collection_alignment.html | 6 + colon.html | 6 + comma.html | 6 + comma_inheritance.html | 6 + comment_spacing.html | 6 + compiler_protocol_init.html | 6 + computed_accessors_order.html | 6 + conditional_returns_on_newline.html | 6 + contains_over_filter_count.html | 6 + contains_over_filter_is_empty.html | 6 + contains_over_first_not_nil.html | 6 + contains_over_range_nil_comparison.html | 6 + control_statement.html | 6 + convenience_type.html | 6 + custom_rules.html | 6 + cyclomatic_complexity.html | 6 + deployment_target.html | 6 + direct_return.html | 6 + discarded_notification_center_observer.html | 6 + discouraged_assert.html | 6 + discouraged_direct_init.html | 6 + discouraged_none_name.html | 6 + discouraged_object_literal.html | 6 + discouraged_optional_boolean.html | 6 + discouraged_optional_collection.html | 6 + .../Contents/Resources/Documents/Classes.html | 38 ++ .../Classes/CodeIndentingRewriter.html | 485 +++++++++++++++++ .../IndentationStyle.html | 495 ++++++++++++++++++ .../Documents/Classes/CustomRuleTimer.html | 6 + .../DeclaredIdentifiersTrackingVisitor.html | 6 + .../Documents/Classes/LinterCache.html | 6 + .../Documents/Classes/RuleRegistry.html | 6 + .../Documents/Classes/RuleStorage.html | 6 + .../Documents/Classes/SwiftLintFile.html | 6 + .../Classes/ViolationsSyntaxRewriter.html | 6 + .../Classes/ViolationsSyntaxVisitor.html | 6 + .../Contents/Resources/Documents/Enums.html | 6 + .../Documents/Enums/AccessControlLevel.html | 6 + .../Documents/Enums/ExecutableInfo.html | 6 + .../Resources/Documents/Enums/Issue.html | 6 + .../Resources/Documents/Enums/OptionType.html | 6 + .../Documents/Enums/RuleIdentifier.html | 6 + .../Resources/Documents/Enums/RuleKind.html | 6 + .../Documents/Enums/RuleListError.html | 6 + .../Documents/Enums/SwiftExpressionKind.html | 6 + .../Documents/Enums/ViolationSeverity.html | 6 + .../Resources/Documents/Extensions.html | 6 + .../Resources/Documents/Extensions/Array.html | 6 + .../Resources/Documents/Extensions/Bool.html | 6 + .../Documents/Extensions/Double.html | 6 + .../Resources/Documents/Extensions/Int.html | 6 + .../Documents/Extensions/Optional.html | 6 + .../Resources/Documents/Extensions/Set.html | 6 + .../Documents/Extensions/String.html | 6 + .../Resources/Documents/Functions.html | 6 + .../Resources/Documents/Global Variables.html | 6 + .../Contents/Resources/Documents/Guides.html | 6 + .../Resources/Documents/Protocols.html | 6 + .../Documents/Protocols/ASTRule.html | 6 + .../AcceptableByConfigurationElement.html | 6 + .../Documents/Protocols/AnalyzerRule.html | 6 + .../Protocols/CacheDescriptionProvider.html | 6 + .../Documents/Protocols/CollectingRule.html | 6 + .../Documents/Protocols/CorrectableRule.html | 6 + .../Documents/Protocols/Documentable.html | 6 + .../Documents/Protocols/Reporter.html | 6 + .../Resources/Documents/Protocols/Rule.html | 6 + .../Protocols/RuleConfiguration.html | 6 + .../SeverityBasedRuleConfiguration.html | 6 + .../SubstitutionCorrectableRule.html | 6 + .../Protocols/SwiftSyntaxCorrectableRule.html | 6 + .../Documents/Protocols/SwiftSyntaxRule.html | 6 + .../Contents/Resources/Documents/Rules.html | 6 + .../Contents/Resources/Documents/Structs.html | 6 + .../ChildOptionSeverityConfiguration.html | 6 + .../Documents/Structs/CollectedLinter.html | 6 + .../Resources/Documents/Structs/Command.html | 6 + .../Documents/Structs/Command/Action.html | 6 + .../Documents/Structs/Command/Modifier.html | 6 + .../Documents/Structs/Configuration.html | 6 + .../Structs/ConfigurationElement.html | 6 + .../Documents/Structs/Correction.html | 6 + .../Resources/Documents/Structs/Example.html | 6 + .../Resources/Documents/Structs/Linter.html | 6 + .../Resources/Documents/Structs/Location.html | 6 + .../Structs/ReasonedRuleViolation.html | 6 + .../Documents/Structs/RegexConfiguration.html | 6 + .../Resources/Documents/Structs/Region.html | 6 + .../Structs/RuleConfigurationDescription.html | 6 + .../Structs/RuleConfigurationOption.html | 6 + .../Documents/Structs/RuleDescription.html | 6 + .../Resources/Documents/Structs/RuleList.html | 6 + .../Structs/RuleListDocumentation.html | 6 + .../Documents/Structs/RuleParameter.html | 6 + .../Structs/SeverityConfiguration.html | 6 + .../Structs/SeverityLevelsConfiguration.html | 6 + .../Resources/Documents/Structs/Stack.html | 6 + .../Documents/Structs/StyleViolation.html | 6 + .../Documents/Structs/SwiftLintSyntaxMap.html | 6 + .../Structs/SwiftLintSyntaxToken.html | 6 + .../Documents/Structs/SwiftVersion.html | 6 + .../Resources/Documents/Structs/Version.html | 6 + .../Structs/ViolationCorrection.html | 6 + .../Documents/Structs/YamlParser.html | 6 + .../accessibility_label_for_image.html | 6 + .../accessibility_trait_for_button.html | 6 + ...onymous_argument_in_multiline_closure.html | 6 + .../Documents/anyobject_protocol.html | 6 + .../Resources/Documents/array_init.html | 6 + .../Resources/Documents/attributes.html | 6 + .../Documents/balanced_xctest_lifecycle.html | 6 + .../Documents/blanket_disable_command.html | 6 + .../Resources/Documents/block_based_kvo.html | 6 + .../Resources/Documents/capture_variable.html | 6 + .../Documents/class_delegate_protocol.html | 6 + .../Resources/Documents/closing_brace.html | 6 + .../Documents/closure_body_length.html | 6 + .../Documents/closure_end_indentation.html | 6 + .../Documents/closure_parameter_position.html | 6 + .../Resources/Documents/closure_spacing.html | 6 + .../Documents/collection_alignment.html | 6 + .../Contents/Resources/Documents/colon.html | 6 + .../Contents/Resources/Documents/comma.html | 6 + .../Documents/comma_inheritance.html | 6 + .../Resources/Documents/comment_spacing.html | 6 + .../Documents/compiler_protocol_init.html | 6 + .../Documents/computed_accessors_order.html | 6 + .../conditional_returns_on_newline.html | 6 + .../Documents/contains_over_filter_count.html | 6 + .../contains_over_filter_is_empty.html | 6 + .../contains_over_first_not_nil.html | 6 + .../contains_over_range_nil_comparison.html | 6 + .../Documents/control_statement.html | 6 + .../Resources/Documents/convenience_type.html | 6 + .../Resources/Documents/custom_rules.html | 6 + .../Documents/cyclomatic_complexity.html | 6 + .../Documents/deployment_target.html | 6 + .../Resources/Documents/direct_return.html | 6 + ...iscarded_notification_center_observer.html | 6 + .../Documents/discouraged_assert.html | 6 + .../Documents/discouraged_direct_init.html | 6 + .../Documents/discouraged_none_name.html | 6 + .../Documents/discouraged_object_literal.html | 6 + .../discouraged_optional_boolean.html | 6 + .../discouraged_optional_collection.html | 6 + .../Documents/duplicate_conditions.html | 6 + .../Documents/duplicate_enum_cases.html | 6 + .../Documents/duplicate_imports.html | 6 + .../duplicated_key_in_dictionary_literal.html | 6 + .../Resources/Documents/dynamic_inline.html | 6 + .../Documents/empty_collection_literal.html | 6 + .../Resources/Documents/empty_count.html | 6 + .../Documents/empty_enum_arguments.html | 6 + .../Resources/Documents/empty_parameters.html | 6 + ...pty_parentheses_with_trailing_closure.html | 6 + .../Resources/Documents/empty_string.html | 6 + .../Documents/empty_xctest_method.html | 6 + .../enum_case_associated_values_count.html | 6 + .../Resources/Documents/expiring_todo.html | 6 + .../Resources/Documents/explicit_acl.html | 6 + .../Documents/explicit_enum_raw_value.html | 6 + .../Resources/Documents/explicit_init.html | 6 + .../Resources/Documents/explicit_self.html | 6 + .../Documents/explicit_top_level_acl.html | 6 + .../Documents/explicit_type_interface.html | 6 + .../Documents/extension_access_modifier.html | 6 + .../Resources/Documents/fallthrough.html | 6 + .../Documents/fatal_error_message.html | 6 + .../Resources/Documents/file_header.html | 6 + .../Resources/Documents/file_length.html | 6 + .../Resources/Documents/file_name.html | 6 + .../Documents/file_name_no_space.html | 6 + .../Resources/Documents/file_types_order.html | 6 + .../Resources/Documents/final_test_case.html | 6 + .../Resources/Documents/first_where.html | 6 + .../Documents/flatmap_over_map_reduce.html | 6 + .../Resources/Documents/for_where.html | 6 + .../Resources/Documents/force_cast.html | 6 + .../Resources/Documents/force_try.html | 6 + .../Resources/Documents/force_unwrapping.html | 6 + .../Documents/function_body_length.html | 6 + .../function_default_parameter_at_end.html | 6 + .../Documents/function_parameter_count.html | 6 + .../Documents/generic_type_name.html | 6 + .../Documents/ibinspectable_in_extension.html | 6 + .../Documents/identical_operands.html | 6 + .../Resources/Documents/identifier_name.html | 6 + .../Resources/Documents/implicit_getter.html | 6 + .../Resources/Documents/implicit_return.html | 6 + .../implicitly_unwrapped_optional.html | 6 + .../Documents/inclusive_language.html | 6 + .../Documents/indentation_width.html | 6 + .../Contents/Resources/Documents/index.html | 6 + .../Resources/Documents/inert_defer.html | 6 + .../Documents/invalid_swiftlint_command.html | 6 + .../Resources/Documents/is_disjoint.html | 6 + .../Documents/joined_default_parameter.html | 6 + .../Resources/Documents/large_tuple.html | 6 + .../Resources/Documents/last_where.html | 6 + .../Documents/leading_whitespace.html | 6 + .../legacy_cggeometry_functions.html | 6 + .../Resources/Documents/legacy_constant.html | 6 + .../Documents/legacy_constructor.html | 6 + .../Resources/Documents/legacy_hashing.html | 6 + .../Resources/Documents/legacy_multiple.html | 6 + .../legacy_nsgeometry_functions.html | 6 + .../Resources/Documents/legacy_objc_type.html | 6 + .../Resources/Documents/legacy_random.html | 6 + .../Documents/let_var_whitespace.html | 6 + .../Resources/Documents/line_length.html | 6 + .../literal_expression_end_indentation.html | 6 + .../Documents/local_doc_comment.html | 6 + .../Documents/lower_acl_than_parent.html | 6 + .../Contents/Resources/Documents/mark.html | 6 + .../Resources/Documents/missing_docs.html | 6 + .../Resources/Documents/modifier_order.html | 6 + .../Documents/multiline_arguments.html | 6 + .../multiline_arguments_brackets.html | 6 + .../Documents/multiline_function_chains.html | 6 + .../Documents/multiline_literal_brackets.html | 6 + .../Documents/multiline_parameters.html | 6 + .../multiline_parameters_brackets.html | 6 + ...ltiple_closures_with_trailing_closure.html | 6 + .../Contents/Resources/Documents/nesting.html | 6 + .../Resources/Documents/nimble_operator.html | 6 + .../no_extension_access_modifier.html | 6 + .../Documents/no_fallthrough_only.html | 6 + .../Documents/no_grouping_extension.html | 6 + .../Resources/Documents/no_magic_numbers.html | 6 + .../Documents/no_space_in_method_call.html | 6 + .../non_optional_string_data_conversion.html | 6 + .../non_overridable_class_declaration.html | 6 + .../notification_center_detachment.html | 6 + .../ns_number_init_as_function_reference.html | 6 + .../Documents/nslocalizedstring_key.html | 6 + .../nslocalizedstring_require_bundle.html | 6 + .../Documents/nsobject_prefer_isequal.html | 6 + .../Resources/Documents/number_separator.html | 6 + .../Resources/Documents/object_literal.html | 6 + .../Documents/one_declaration_per_file.html | 6 + .../Resources/Documents/opening_brace.html | 6 + .../Documents/operator_usage_whitespace.html | 6 + .../Documents/operator_whitespace.html | 6 + .../optional_enum_case_matching.html | 6 + .../Documents/orphaned_doc_comment.html | 6 + .../Documents/overridden_super_call.html | 6 + .../Documents/override_in_extension.html | 6 + .../Documents/pattern_matching_keywords.html | 6 + .../Resources/Documents/period_spacing.html | 6 + .../Resources/Documents/prefer_nimble.html | 6 + .../prefer_self_in_static_references.html | 6 + .../prefer_self_type_over_type_of_self.html | 6 + .../prefer_zero_over_explicit_init.html | 6 + .../Documents/prefixed_toplevel_constant.html | 6 + .../Resources/Documents/private_action.html | 6 + .../Resources/Documents/private_outlet.html | 6 + .../Documents/private_over_fileprivate.html | 6 + .../Resources/Documents/private_subject.html | 6 + .../Documents/private_swiftui_state.html | 6 + .../Documents/private_unit_test.html | 6 + .../prohibited_interface_builder.html | 6 + .../Documents/prohibited_super_call.html | 6 + .../protocol_property_accessors_order.html | 6 + .../Documents/quick_discouraged_call.html | 6 + .../quick_discouraged_focused_test.html | 6 + .../quick_discouraged_pending_test.html | 6 + ...aw_value_for_camel_cased_codable_enum.html | 6 + .../Resources/Documents/reduce_boolean.html | 6 + .../Resources/Documents/reduce_into.html | 6 + .../Documents/redundant_discardable_let.html | 6 + .../Documents/redundant_nil_coalescing.html | 6 + .../Documents/redundant_objc_attribute.html | 6 + .../redundant_optional_initialization.html | 6 + .../Documents/redundant_self_in_closure.html | 6 + .../redundant_set_access_control.html | 6 + .../redundant_string_enum_value.html | 6 + .../Documents/redundant_type_annotation.html | 6 + .../Documents/redundant_void_return.html | 6 + .../Resources/Documents/required_deinit.html | 6 + .../Documents/required_enum_case.html | 6 + .../Documents/return_arrow_whitespace.html | 6 + .../return_value_from_void_function.html | 6 + .../Resources/Documents/rule-directory.html | 6 + .../Contents/Resources/Documents/search.json | 2 +- .../Resources/Documents/self_binding.html | 6 + .../self_in_property_initialization.html | 6 + .../Documents/shorthand_operator.html | 6 + .../Documents/shorthand_optional_binding.html | 6 + .../Documents/single_test_class.html | 6 + .../Documents/sorted_enum_cases.html | 6 + .../Documents/sorted_first_last.html | 6 + .../Resources/Documents/sorted_imports.html | 6 + .../Documents/statement_position.html | 6 + .../Resources/Documents/static_operator.html | 6 + .../Documents/strict_fileprivate.html | 6 + .../Resources/Documents/strong_iboutlet.html | 6 + .../superfluous_disable_command.html | 6 + .../Resources/Documents/superfluous_else.html | 8 +- .../Documents/swift-syntax-dashboard.html | 6 + .../Documents/switch_case_alignment.html | 6 + .../Documents/switch_case_on_newline.html | 6 + .../Resources/Documents/syntactic_sugar.html | 6 + .../Documents/test_case_accessibility.html | 6 + .../Contents/Resources/Documents/todo.html | 6 + .../Resources/Documents/toggle_bool.html | 6 + .../Resources/Documents/trailing_closure.html | 6 + .../Resources/Documents/trailing_comma.html | 6 + .../Resources/Documents/trailing_newline.html | 6 + .../Documents/trailing_semicolon.html | 6 + .../Documents/trailing_whitespace.html | 6 + .../Resources/Documents/type_body_length.html | 6 + .../Documents/type_contents_order.html | 6 + .../Resources/Documents/type_name.html | 6 + .../Documents/typesafe_array_init.html | 6 + .../Documents/unavailable_condition.html | 6 + .../Documents/unavailable_function.html | 6 + .../Documents/unhandled_throwing_task.html | 6 + .../Documents/unneeded_break_in_switch.html | 6 + .../Documents/unneeded_override.html | 6 + ...eeded_parentheses_in_closure_argument.html | 6 + .../unneeded_synthesized_initializer.html | 6 + .../Documents/unowned_variable_capture.html | 6 + .../Documents/untyped_error_in_catch.html | 6 + .../Documents/unused_capture_list.html | 6 + .../Documents/unused_closure_parameter.html | 6 + .../Documents/unused_control_flow_label.html | 6 + .../Documents/unused_declaration.html | 6 + .../Documents/unused_enumerated.html | 6 + .../Resources/Documents/unused_import.html | 6 + .../Documents/unused_optional_binding.html | 6 + .../Documents/unused_setter_value.html | 6 + .../Documents/valid_ibinspectable.html | 6 + .../vertical_parameter_alignment.html | 6 + .../vertical_parameter_alignment_on_call.html | 6 + .../Documents/vertical_whitespace.html | 6 + .../vertical_whitespace_between_cases.html | 6 + .../vertical_whitespace_closing_braces.html | 6 + .../vertical_whitespace_opening_braces.html | 6 + .../Documents/void_function_in_ternary.html | 6 + .../Resources/Documents/void_return.html | 6 + .../Resources/Documents/weak_delegate.html | 6 + .../Documents/xct_specific_matcher.html | 6 + .../Resources/Documents/xctfail_message.html | 6 + .../Resources/Documents/yoda_condition.html | 6 + .../Contents/Resources/docSet.dsidx | Bin 163840 -> 167936 bytes docsets/SwiftLintCore.tgz | Bin 575830 -> 584836 bytes duplicate_conditions.html | 6 + duplicate_enum_cases.html | 6 + duplicate_imports.html | 6 + duplicated_key_in_dictionary_literal.html | 6 + dynamic_inline.html | 6 + empty_collection_literal.html | 6 + empty_count.html | 6 + empty_enum_arguments.html | 6 + empty_parameters.html | 6 + empty_parentheses_with_trailing_closure.html | 6 + empty_string.html | 6 + empty_xctest_method.html | 6 + enum_case_associated_values_count.html | 6 + expiring_todo.html | 6 + explicit_acl.html | 6 + explicit_enum_raw_value.html | 6 + explicit_init.html | 6 + explicit_self.html | 6 + explicit_top_level_acl.html | 6 + explicit_type_interface.html | 6 + extension_access_modifier.html | 6 + fallthrough.html | 6 + fatal_error_message.html | 6 + file_header.html | 6 + file_length.html | 6 + file_name.html | 6 + file_name_no_space.html | 6 + file_types_order.html | 6 + final_test_case.html | 6 + first_where.html | 6 + flatmap_over_map_reduce.html | 6 + for_where.html | 6 + force_cast.html | 6 + force_try.html | 6 + force_unwrapping.html | 6 + function_body_length.html | 6 + function_default_parameter_at_end.html | 6 + function_parameter_count.html | 6 + generic_type_name.html | 6 + ibinspectable_in_extension.html | 6 + identical_operands.html | 6 + identifier_name.html | 6 + implicit_getter.html | 6 + implicit_return.html | 6 + implicitly_unwrapped_optional.html | 6 + inclusive_language.html | 6 + indentation_width.html | 6 + index.html | 6 + inert_defer.html | 6 + invalid_swiftlint_command.html | 6 + is_disjoint.html | 6 + joined_default_parameter.html | 6 + large_tuple.html | 6 + last_where.html | 6 + leading_whitespace.html | 6 + legacy_cggeometry_functions.html | 6 + legacy_constant.html | 6 + legacy_constructor.html | 6 + legacy_hashing.html | 6 + legacy_multiple.html | 6 + legacy_nsgeometry_functions.html | 6 + legacy_objc_type.html | 6 + legacy_random.html | 6 + let_var_whitespace.html | 6 + line_length.html | 6 + literal_expression_end_indentation.html | 6 + local_doc_comment.html | 6 + lower_acl_than_parent.html | 6 + mark.html | 6 + missing_docs.html | 6 + modifier_order.html | 6 + multiline_arguments.html | 6 + multiline_arguments_brackets.html | 6 + multiline_function_chains.html | 6 + multiline_literal_brackets.html | 6 + multiline_parameters.html | 6 + multiline_parameters_brackets.html | 6 + multiple_closures_with_trailing_closure.html | 6 + nesting.html | 6 + nimble_operator.html | 6 + no_extension_access_modifier.html | 6 + no_fallthrough_only.html | 6 + no_grouping_extension.html | 6 + no_magic_numbers.html | 6 + no_space_in_method_call.html | 6 + non_optional_string_data_conversion.html | 6 + non_overridable_class_declaration.html | 6 + notification_center_detachment.html | 6 + ns_number_init_as_function_reference.html | 6 + nslocalizedstring_key.html | 6 + nslocalizedstring_require_bundle.html | 6 + nsobject_prefer_isequal.html | 6 + number_separator.html | 6 + object_literal.html | 6 + one_declaration_per_file.html | 6 + opening_brace.html | 6 + operator_usage_whitespace.html | 6 + operator_whitespace.html | 6 + optional_enum_case_matching.html | 6 + orphaned_doc_comment.html | 6 + overridden_super_call.html | 6 + override_in_extension.html | 6 + pattern_matching_keywords.html | 6 + period_spacing.html | 6 + prefer_nimble.html | 6 + prefer_self_in_static_references.html | 6 + prefer_self_type_over_type_of_self.html | 6 + prefer_zero_over_explicit_init.html | 6 + prefixed_toplevel_constant.html | 6 + private_action.html | 6 + private_outlet.html | 6 + private_over_fileprivate.html | 6 + private_subject.html | 6 + private_swiftui_state.html | 6 + private_unit_test.html | 6 + prohibited_interface_builder.html | 6 + prohibited_super_call.html | 6 + protocol_property_accessors_order.html | 6 + quick_discouraged_call.html | 6 + quick_discouraged_focused_test.html | 6 + quick_discouraged_pending_test.html | 6 + raw_value_for_camel_cased_codable_enum.html | 6 + reduce_boolean.html | 6 + reduce_into.html | 6 + redundant_discardable_let.html | 6 + redundant_nil_coalescing.html | 6 + redundant_objc_attribute.html | 6 + redundant_optional_initialization.html | 6 + redundant_self_in_closure.html | 6 + redundant_set_access_control.html | 6 + redundant_string_enum_value.html | 6 + redundant_type_annotation.html | 6 + redundant_void_return.html | 6 + required_deinit.html | 6 + required_enum_case.html | 6 + return_arrow_whitespace.html | 6 + return_value_from_void_function.html | 6 + rule-directory.html | 6 + search.json | 2 +- self_binding.html | 6 + self_in_property_initialization.html | 6 + shorthand_operator.html | 6 + shorthand_optional_binding.html | 6 + single_test_class.html | 6 + sorted_enum_cases.html | 6 + sorted_first_last.html | 6 + sorted_imports.html | 6 + statement_position.html | 6 + static_operator.html | 6 + strict_fileprivate.html | 6 + strong_iboutlet.html | 6 + superfluous_disable_command.html | 6 + superfluous_else.html | 8 +- swift-syntax-dashboard.html | 6 + switch_case_alignment.html | 6 + switch_case_on_newline.html | 6 + syntactic_sugar.html | 6 + test_case_accessibility.html | 6 + todo.html | 6 + toggle_bool.html | 6 + trailing_closure.html | 6 + trailing_comma.html | 6 + trailing_newline.html | 6 + trailing_semicolon.html | 6 + trailing_whitespace.html | 6 + type_body_length.html | 6 + type_contents_order.html | 6 + type_name.html | 6 + typesafe_array_init.html | 6 + unavailable_condition.html | 6 + unavailable_function.html | 6 + unhandled_throwing_task.html | 6 + unneeded_break_in_switch.html | 6 + unneeded_override.html | 6 + unneeded_parentheses_in_closure_argument.html | 6 + unneeded_synthesized_initializer.html | 6 + unowned_variable_capture.html | 6 + untyped_error_in_catch.html | 6 + unused_capture_list.html | 6 + unused_closure_parameter.html | 6 + unused_control_flow_label.html | 6 + unused_declaration.html | 6 + unused_enumerated.html | 6 + unused_import.html | 6 + unused_optional_binding.html | 6 + unused_setter_value.html | 6 + valid_ibinspectable.html | 6 + vertical_parameter_alignment.html | 6 + vertical_parameter_alignment_on_call.html | 6 + vertical_whitespace.html | 6 + vertical_whitespace_between_cases.html | 6 + vertical_whitespace_closing_braces.html | 6 + vertical_whitespace_opening_braces.html | 6 + void_function_in_ternary.html | 6 + void_return.html | 6 + weak_delegate.html | 6 + xct_specific_matcher.html | 6 + xctfail_message.html | 6 + yoda_condition.html | 6 + 640 files changed, 5820 insertions(+), 4 deletions(-) create mode 100644 Classes/CodeIndentingRewriter.html create mode 100644 Classes/CodeIndentingRewriter/IndentationStyle.html create mode 100644 docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/CodeIndentingRewriter.html create mode 100644 docsets/SwiftLintCore.docset/Contents/Resources/Documents/Classes/CodeIndentingRewriter/IndentationStyle.html diff --git a/Classes.html b/Classes.html index 3c7dae36b..c4c2050cc 100644 --- a/Classes.html +++ b/Classes.html @@ -67,6 +67,12 @@