From b0f2dddde078b11446798a11f8f6668f040268d7 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Tue, 16 Apr 2024 11:49:02 -0700 Subject: [PATCH 1/2] Disable swiftlint AND swift-format checking --- Sources/protoc-gen-swift/FileGenerator.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/protoc-gen-swift/FileGenerator.swift b/Sources/protoc-gen-swift/FileGenerator.swift index 3ec569de7..251512e9e 100644 --- a/Sources/protoc-gen-swift/FileGenerator.swift +++ b/Sources/protoc-gen-swift/FileGenerator.swift @@ -59,6 +59,7 @@ class FileGenerator { p.print(""" // DO NOT EDIT. // swift-format-ignore-file + // swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: \(fileDescriptor.name) From 967b423485555f913eede0370da7b68781fb43fb Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Tue, 13 Aug 2024 12:23:17 -0700 Subject: [PATCH 2/2] Rebuild reference files --- .../Sources/ImportsAPublicly/imports_a_publicly.pb.swift | 1 + .../ImportsImportsAPublicly/imports_imports_a_publicly.pb.swift | 1 + CompileTests/MultiModule/Sources/ModuleA/a.pb.swift | 1 + .../MultiModule/Tests/Test1/uses_a_transitively.pb.swift | 1 + .../MultiModule/Tests/Test2/uses_a_transitively2.pb.swift | 1 + FuzzTesting/Sources/FuzzCommon/fuzz_testing.pb.swift | 1 + .../Sources/ImportsAPublicly/imports_a_publicly.pb.swift | 1 + .../ImportsImportsAPublicly/imports_imports_a_publicly.pb.swift | 1 + Reference/CompileTests/MultiModule/Sources/ModuleA/a.pb.swift | 1 + .../MultiModule/Tests/Test1/uses_a_transitively.pb.swift | 1 + .../MultiModule/Tests/Test2/uses_a_transitively2.pb.swift | 1 + Reference/Conformance/conformance/conformance.pb.swift | 1 + .../conformance/test_protos/test_messages_edition2023.pb.swift | 1 + .../Conformance/editions/test_messages_proto2_editions.pb.swift | 1 + .../Conformance/editions/test_messages_proto3_editions.pb.swift | 1 + .../Conformance/google/protobuf/test_messages_proto2.pb.swift | 1 + .../Conformance/google/protobuf/test_messages_proto3.pb.swift | 1 + Reference/SwiftProtobuf/google/protobuf/any.pb.swift | 1 + Reference/SwiftProtobuf/google/protobuf/api.pb.swift | 1 + Reference/SwiftProtobuf/google/protobuf/descriptor.pb.swift | 1 + Reference/SwiftProtobuf/google/protobuf/duration.pb.swift | 1 + Reference/SwiftProtobuf/google/protobuf/empty.pb.swift | 1 + Reference/SwiftProtobuf/google/protobuf/field_mask.pb.swift | 1 + Reference/SwiftProtobuf/google/protobuf/source_context.pb.swift | 1 + Reference/SwiftProtobuf/google/protobuf/struct.pb.swift | 1 + Reference/SwiftProtobuf/google/protobuf/timestamp.pb.swift | 1 + Reference/SwiftProtobuf/google/protobuf/type.pb.swift | 1 + Reference/SwiftProtobuf/google/protobuf/wrappers.pb.swift | 1 + .../google/protobuf/compiler/plugin.pb.swift | 1 + .../swift_protobuf_module_mappings.pb.swift | 1 + .../google/protobuf/unittest_delimited.pb.swift | 1 + .../google/protobuf/unittest_delimited_import.pb.swift | 1 + .../pluginlib_descriptor_delimited.pb.swift | 1 + .../pluginlib_descriptor_test.pb.swift | 1 + .../pluginlib_descriptor_test2.pb.swift | 1 + Reference/SwiftProtobufPluginLibraryTests/test_features.pb.swift | 1 + Reference/SwiftProtobufTests/any_test.pb.swift | 1 + Reference/SwiftProtobufTests/fuzz_testing.pb.swift | 1 + .../SwiftProtobufTests/generated_swift_names_enum_cases.pb.swift | 1 + .../SwiftProtobufTests/generated_swift_names_enums.pb.swift | 1 + .../SwiftProtobufTests/generated_swift_names_fields.pb.swift | 1 + .../SwiftProtobufTests/generated_swift_names_messages.pb.swift | 1 + Reference/SwiftProtobufTests/map_proto2_unittest.pb.swift | 1 + Reference/SwiftProtobufTests/map_unittest.pb.swift | 1 + Reference/SwiftProtobufTests/test_messages_proto3.pb.swift | 1 + Reference/SwiftProtobufTests/unittest.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_import.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_import_public.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_mset.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_mset_wire_format.pb.swift | 1 + .../SwiftProtobufTests/unittest_preserve_unknown_enum.pb.swift | 1 + .../SwiftProtobufTests/unittest_preserve_unknown_enum2.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_proto3.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_proto3_optional.pb.swift | 1 + .../unittest_swift_all_required_types.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_swift_cycle.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_swift_deprecated.pb.swift | 1 + .../SwiftProtobufTests/unittest_swift_deprecated_file.pb.swift | 1 + .../unittest_swift_enum_optional_default.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_swift_enum_proto2.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_swift_enum_proto3.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_swift_extension.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_swift_extension2.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_swift_extension3.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_swift_extension4.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_swift_fieldorder.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_swift_groups.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_swift_json.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_swift_naming.pb.swift | 1 + .../SwiftProtobufTests/unittest_swift_naming_no_prefix.pb.swift | 1 + .../unittest_swift_naming_number_prefix.pb.swift | 1 + .../unittest_swift_oneof_all_required.pb.swift | 1 + .../SwiftProtobufTests/unittest_swift_oneof_merging.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_swift_reserved.pb.swift | 1 + .../SwiftProtobufTests/unittest_swift_reserved_ext.pb.swift | 1 + .../SwiftProtobufTests/unittest_swift_runtime_proto2.pb.swift | 1 + .../SwiftProtobufTests/unittest_swift_runtime_proto3.pb.swift | 1 + Reference/SwiftProtobufTests/unittest_well_known_types.pb.swift | 1 + Reference/protoc-gen-swiftTests/plugin_descriptor_test.pb.swift | 1 + Reference/upstream/conformance/conformance.pb.swift | 1 + .../conformance/test_protos/test_messages_edition2023.pb.swift | 1 + .../editions/golden/test_messages_proto2_editions.pb.swift | 1 + .../editions/golden/test_messages_proto3_editions.pb.swift | 1 + Reference/upstream/google/protobuf/any.pb.swift | 1 + Reference/upstream/google/protobuf/any_test.pb.swift | 1 + Reference/upstream/google/protobuf/api.pb.swift | 1 + Reference/upstream/google/protobuf/compiler/plugin.pb.swift | 1 + Reference/upstream/google/protobuf/cpp_features.pb.swift | 1 + Reference/upstream/google/protobuf/descriptor.pb.swift | 1 + Reference/upstream/google/protobuf/duration.pb.swift | 1 + Reference/upstream/google/protobuf/edition_unittest.pb.swift | 1 + Reference/upstream/google/protobuf/empty.pb.swift | 1 + Reference/upstream/google/protobuf/field_mask.pb.swift | 1 + Reference/upstream/google/protobuf/map_lite_unittest.pb.swift | 1 + Reference/upstream/google/protobuf/map_proto2_unittest.pb.swift | 1 + Reference/upstream/google/protobuf/map_proto3_unittest.pb.swift | 1 + Reference/upstream/google/protobuf/map_unittest.pb.swift | 1 + .../upstream/google/protobuf/sample_messages_edition.pb.swift | 1 + Reference/upstream/google/protobuf/source_context.pb.swift | 1 + Reference/upstream/google/protobuf/struct.pb.swift | 1 + Reference/upstream/google/protobuf/test_messages_proto2.pb.swift | 1 + Reference/upstream/google/protobuf/test_messages_proto3.pb.swift | 1 + Reference/upstream/google/protobuf/timestamp.pb.swift | 1 + Reference/upstream/google/protobuf/type.pb.swift | 1 + Reference/upstream/google/protobuf/unittest.pb.swift | 1 + Reference/upstream/google/protobuf/unittest_arena.pb.swift | 1 + .../upstream/google/protobuf/unittest_custom_options.pb.swift | 1 + Reference/upstream/google/protobuf/unittest_delimited.pb.swift | 1 + .../upstream/google/protobuf/unittest_delimited_import.pb.swift | 1 + .../google/protobuf/unittest_drop_unknown_fields.pb.swift | 1 + .../google/protobuf/unittest_embed_optimize_for.pb.swift | 1 + Reference/upstream/google/protobuf/unittest_empty.pb.swift | 1 + .../google/protobuf/unittest_enormous_descriptor.pb.swift | 1 + .../upstream/google/protobuf/unittest_extension_set.pb.swift | 1 + Reference/upstream/google/protobuf/unittest_features.pb.swift | 1 + Reference/upstream/google/protobuf/unittest_import.pb.swift | 1 + Reference/upstream/google/protobuf/unittest_import_lite.pb.swift | 1 + .../upstream/google/protobuf/unittest_import_public.pb.swift | 1 + .../google/protobuf/unittest_import_public_lite.pb.swift | 1 + .../upstream/google/protobuf/unittest_invalid_features.pb.swift | 1 + .../upstream/google/protobuf/unittest_lazy_dependencies.pb.swift | 1 + .../protobuf/unittest_lazy_dependencies_custom_option.pb.swift | 1 + .../google/protobuf/unittest_lazy_dependencies_enum.pb.swift | 1 + .../upstream/google/protobuf/unittest_legacy_features.pb.swift | 1 + Reference/upstream/google/protobuf/unittest_lite.pb.swift | 1 + .../google/protobuf/unittest_lite_imports_nonlite.pb.swift | 1 + Reference/upstream/google/protobuf/unittest_mset.pb.swift | 1 + .../upstream/google/protobuf/unittest_mset_wire_format.pb.swift | 1 + .../upstream/google/protobuf/unittest_no_field_presence.pb.swift | 1 + .../google/protobuf/unittest_no_generic_services.pb.swift | 1 + .../upstream/google/protobuf/unittest_optimize_for.pb.swift | 1 + .../google/protobuf/unittest_preserve_unknown_enum.pb.swift | 1 + .../google/protobuf/unittest_preserve_unknown_enum2.pb.swift | 1 + Reference/upstream/google/protobuf/unittest_proto3.pb.swift | 1 + .../upstream/google/protobuf/unittest_proto3_arena.pb.swift | 1 + .../upstream/google/protobuf/unittest_proto3_arena_lite.pb.swift | 1 + .../upstream/google/protobuf/unittest_proto3_bad_macros.pb.swift | 1 + .../upstream/google/protobuf/unittest_proto3_extensions.pb.swift | 1 + Reference/upstream/google/protobuf/unittest_proto3_lite.pb.swift | 1 + .../upstream/google/protobuf/unittest_proto3_optional.pb.swift | 1 + Reference/upstream/google/protobuf/unittest_retention.pb.swift | 1 + Reference/upstream/google/protobuf/unittest_string_type.pb.swift | 1 + Reference/upstream/google/protobuf/unittest_string_view.pb.swift | 1 + .../upstream/google/protobuf/unittest_well_known_types.pb.swift | 1 + Reference/upstream/google/protobuf/wrappers.pb.swift | 1 + Sources/Conformance/conformance.pb.swift | 1 + Sources/Conformance/test_messages_edition2023.pb.swift | 1 + Sources/Conformance/test_messages_proto2.pb.swift | 1 + Sources/Conformance/test_messages_proto2_editions.pb.swift | 1 + Sources/Conformance/test_messages_proto3.pb.swift | 1 + Sources/Conformance/test_messages_proto3_editions.pb.swift | 1 + Sources/SwiftProtobuf/any.pb.swift | 1 + Sources/SwiftProtobuf/api.pb.swift | 1 + Sources/SwiftProtobuf/descriptor.pb.swift | 1 + Sources/SwiftProtobuf/duration.pb.swift | 1 + Sources/SwiftProtobuf/empty.pb.swift | 1 + Sources/SwiftProtobuf/field_mask.pb.swift | 1 + Sources/SwiftProtobuf/source_context.pb.swift | 1 + Sources/SwiftProtobuf/struct.pb.swift | 1 + Sources/SwiftProtobuf/timestamp.pb.swift | 1 + Sources/SwiftProtobuf/type.pb.swift | 1 + Sources/SwiftProtobuf/wrappers.pb.swift | 1 + Sources/SwiftProtobufPluginLibrary/plugin.pb.swift | 1 + .../swift_protobuf_module_mappings.pb.swift | 1 + .../pluginlib_descriptor_delimited.pb.swift | 1 + .../pluginlib_descriptor_test.pb.swift | 1 + .../pluginlib_descriptor_test2.pb.swift | 1 + Tests/SwiftProtobufPluginLibraryTests/test_features.pb.swift | 1 + .../SwiftProtobufPluginLibraryTests/unittest_delimited.pb.swift | 1 + .../unittest_delimited_import.pb.swift | 1 + Tests/SwiftProtobufTests/any_test.pb.swift | 1 + Tests/SwiftProtobufTests/fuzz_testing.pb.swift | 1 + .../SwiftProtobufTests/generated_swift_names_enum_cases.pb.swift | 1 + Tests/SwiftProtobufTests/generated_swift_names_enums.pb.swift | 1 + Tests/SwiftProtobufTests/generated_swift_names_fields.pb.swift | 1 + Tests/SwiftProtobufTests/generated_swift_names_messages.pb.swift | 1 + Tests/SwiftProtobufTests/map_proto2_unittest.pb.swift | 1 + Tests/SwiftProtobufTests/map_unittest.pb.swift | 1 + Tests/SwiftProtobufTests/test_messages_proto3.pb.swift | 1 + Tests/SwiftProtobufTests/unittest.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_import.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_import_public.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_mset.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_mset_wire_format.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_preserve_unknown_enum.pb.swift | 1 + .../SwiftProtobufTests/unittest_preserve_unknown_enum2.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_proto3.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_proto3_optional.pb.swift | 1 + .../unittest_swift_all_required_types.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_cycle.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_deprecated.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_deprecated_file.pb.swift | 1 + .../unittest_swift_enum_optional_default.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_enum_proto2.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_enum_proto3.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_extension.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_extension2.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_extension3.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_extension4.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_fieldorder.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_groups.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_json.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_naming.pb.swift | 1 + .../SwiftProtobufTests/unittest_swift_naming_no_prefix.pb.swift | 1 + .../unittest_swift_naming_number_prefix.pb.swift | 1 + .../unittest_swift_oneof_all_required.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_oneof_merging.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_reserved.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_reserved_ext.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_runtime_proto2.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_swift_runtime_proto3.pb.swift | 1 + Tests/SwiftProtobufTests/unittest_well_known_types.pb.swift | 1 + 212 files changed, 212 insertions(+) diff --git a/CompileTests/MultiModule/Sources/ImportsAPublicly/imports_a_publicly.pb.swift b/CompileTests/MultiModule/Sources/ImportsAPublicly/imports_a_publicly.pb.swift index 9d750f183..616561293 100644 --- a/CompileTests/MultiModule/Sources/ImportsAPublicly/imports_a_publicly.pb.swift +++ b/CompileTests/MultiModule/Sources/ImportsAPublicly/imports_a_publicly.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: Sources/ImportsAPublicly/imports_a_publicly.proto diff --git a/CompileTests/MultiModule/Sources/ImportsImportsAPublicly/imports_imports_a_publicly.pb.swift b/CompileTests/MultiModule/Sources/ImportsImportsAPublicly/imports_imports_a_publicly.pb.swift index cbddee52b..002e27b51 100644 --- a/CompileTests/MultiModule/Sources/ImportsImportsAPublicly/imports_imports_a_publicly.pb.swift +++ b/CompileTests/MultiModule/Sources/ImportsImportsAPublicly/imports_imports_a_publicly.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: Sources/ImportsImportsAPublicly/imports_imports_a_publicly.proto diff --git a/CompileTests/MultiModule/Sources/ModuleA/a.pb.swift b/CompileTests/MultiModule/Sources/ModuleA/a.pb.swift index feccc40a1..17ead732e 100644 --- a/CompileTests/MultiModule/Sources/ModuleA/a.pb.swift +++ b/CompileTests/MultiModule/Sources/ModuleA/a.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: Sources/ModuleA/a.proto diff --git a/CompileTests/MultiModule/Tests/Test1/uses_a_transitively.pb.swift b/CompileTests/MultiModule/Tests/Test1/uses_a_transitively.pb.swift index 8fac8bd21..5daa059cd 100644 --- a/CompileTests/MultiModule/Tests/Test1/uses_a_transitively.pb.swift +++ b/CompileTests/MultiModule/Tests/Test1/uses_a_transitively.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: Tests/Test1/uses_a_transitively.proto diff --git a/CompileTests/MultiModule/Tests/Test2/uses_a_transitively2.pb.swift b/CompileTests/MultiModule/Tests/Test2/uses_a_transitively2.pb.swift index 23a2355e5..5573fb103 100644 --- a/CompileTests/MultiModule/Tests/Test2/uses_a_transitively2.pb.swift +++ b/CompileTests/MultiModule/Tests/Test2/uses_a_transitively2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: Tests/Test2/uses_a_transitively2.proto diff --git a/FuzzTesting/Sources/FuzzCommon/fuzz_testing.pb.swift b/FuzzTesting/Sources/FuzzCommon/fuzz_testing.pb.swift index 7d2a8f1d3..d9ee44e81 100644 --- a/FuzzTesting/Sources/FuzzCommon/fuzz_testing.pb.swift +++ b/FuzzTesting/Sources/FuzzCommon/fuzz_testing.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: fuzz_testing.proto diff --git a/Reference/CompileTests/MultiModule/Sources/ImportsAPublicly/imports_a_publicly.pb.swift b/Reference/CompileTests/MultiModule/Sources/ImportsAPublicly/imports_a_publicly.pb.swift index 9d750f183..616561293 100644 --- a/Reference/CompileTests/MultiModule/Sources/ImportsAPublicly/imports_a_publicly.pb.swift +++ b/Reference/CompileTests/MultiModule/Sources/ImportsAPublicly/imports_a_publicly.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: Sources/ImportsAPublicly/imports_a_publicly.proto diff --git a/Reference/CompileTests/MultiModule/Sources/ImportsImportsAPublicly/imports_imports_a_publicly.pb.swift b/Reference/CompileTests/MultiModule/Sources/ImportsImportsAPublicly/imports_imports_a_publicly.pb.swift index cbddee52b..002e27b51 100644 --- a/Reference/CompileTests/MultiModule/Sources/ImportsImportsAPublicly/imports_imports_a_publicly.pb.swift +++ b/Reference/CompileTests/MultiModule/Sources/ImportsImportsAPublicly/imports_imports_a_publicly.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: Sources/ImportsImportsAPublicly/imports_imports_a_publicly.proto diff --git a/Reference/CompileTests/MultiModule/Sources/ModuleA/a.pb.swift b/Reference/CompileTests/MultiModule/Sources/ModuleA/a.pb.swift index feccc40a1..17ead732e 100644 --- a/Reference/CompileTests/MultiModule/Sources/ModuleA/a.pb.swift +++ b/Reference/CompileTests/MultiModule/Sources/ModuleA/a.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: Sources/ModuleA/a.proto diff --git a/Reference/CompileTests/MultiModule/Tests/Test1/uses_a_transitively.pb.swift b/Reference/CompileTests/MultiModule/Tests/Test1/uses_a_transitively.pb.swift index 8fac8bd21..5daa059cd 100644 --- a/Reference/CompileTests/MultiModule/Tests/Test1/uses_a_transitively.pb.swift +++ b/Reference/CompileTests/MultiModule/Tests/Test1/uses_a_transitively.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: Tests/Test1/uses_a_transitively.proto diff --git a/Reference/CompileTests/MultiModule/Tests/Test2/uses_a_transitively2.pb.swift b/Reference/CompileTests/MultiModule/Tests/Test2/uses_a_transitively2.pb.swift index 23a2355e5..5573fb103 100644 --- a/Reference/CompileTests/MultiModule/Tests/Test2/uses_a_transitively2.pb.swift +++ b/Reference/CompileTests/MultiModule/Tests/Test2/uses_a_transitively2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: Tests/Test2/uses_a_transitively2.proto diff --git a/Reference/Conformance/conformance/conformance.pb.swift b/Reference/Conformance/conformance/conformance.pb.swift index 8e67f9a9a..341e78995 100644 --- a/Reference/Conformance/conformance/conformance.pb.swift +++ b/Reference/Conformance/conformance/conformance.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: conformance/conformance.proto diff --git a/Reference/Conformance/conformance/test_protos/test_messages_edition2023.pb.swift b/Reference/Conformance/conformance/test_protos/test_messages_edition2023.pb.swift index 3d380fb97..c4593054c 100644 --- a/Reference/Conformance/conformance/test_protos/test_messages_edition2023.pb.swift +++ b/Reference/Conformance/conformance/test_protos/test_messages_edition2023.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: conformance/test_protos/test_messages_edition2023.proto diff --git a/Reference/Conformance/editions/test_messages_proto2_editions.pb.swift b/Reference/Conformance/editions/test_messages_proto2_editions.pb.swift index 4f81f0ca5..5b8969869 100644 --- a/Reference/Conformance/editions/test_messages_proto2_editions.pb.swift +++ b/Reference/Conformance/editions/test_messages_proto2_editions.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: editions/test_messages_proto2_editions.proto diff --git a/Reference/Conformance/editions/test_messages_proto3_editions.pb.swift b/Reference/Conformance/editions/test_messages_proto3_editions.pb.swift index c2c8398e5..bd1ac1e29 100644 --- a/Reference/Conformance/editions/test_messages_proto3_editions.pb.swift +++ b/Reference/Conformance/editions/test_messages_proto3_editions.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: editions/test_messages_proto3_editions.proto diff --git a/Reference/Conformance/google/protobuf/test_messages_proto2.pb.swift b/Reference/Conformance/google/protobuf/test_messages_proto2.pb.swift index 59e68655f..8aa9a0808 100644 --- a/Reference/Conformance/google/protobuf/test_messages_proto2.pb.swift +++ b/Reference/Conformance/google/protobuf/test_messages_proto2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/test_messages_proto2.proto diff --git a/Reference/Conformance/google/protobuf/test_messages_proto3.pb.swift b/Reference/Conformance/google/protobuf/test_messages_proto3.pb.swift index b1ce762af..c03ac2d06 100644 --- a/Reference/Conformance/google/protobuf/test_messages_proto3.pb.swift +++ b/Reference/Conformance/google/protobuf/test_messages_proto3.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/test_messages_proto3.proto diff --git a/Reference/SwiftProtobuf/google/protobuf/any.pb.swift b/Reference/SwiftProtobuf/google/protobuf/any.pb.swift index efa94fe76..b240b910a 100644 --- a/Reference/SwiftProtobuf/google/protobuf/any.pb.swift +++ b/Reference/SwiftProtobuf/google/protobuf/any.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/any.proto diff --git a/Reference/SwiftProtobuf/google/protobuf/api.pb.swift b/Reference/SwiftProtobuf/google/protobuf/api.pb.swift index 0d4b87ac9..08a8f8f0d 100644 --- a/Reference/SwiftProtobuf/google/protobuf/api.pb.swift +++ b/Reference/SwiftProtobuf/google/protobuf/api.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/api.proto diff --git a/Reference/SwiftProtobuf/google/protobuf/descriptor.pb.swift b/Reference/SwiftProtobuf/google/protobuf/descriptor.pb.swift index 10eadc8a7..82eec4b60 100644 --- a/Reference/SwiftProtobuf/google/protobuf/descriptor.pb.swift +++ b/Reference/SwiftProtobuf/google/protobuf/descriptor.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/descriptor.proto diff --git a/Reference/SwiftProtobuf/google/protobuf/duration.pb.swift b/Reference/SwiftProtobuf/google/protobuf/duration.pb.swift index 45ae84183..c69e30908 100644 --- a/Reference/SwiftProtobuf/google/protobuf/duration.pb.swift +++ b/Reference/SwiftProtobuf/google/protobuf/duration.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/duration.proto diff --git a/Reference/SwiftProtobuf/google/protobuf/empty.pb.swift b/Reference/SwiftProtobuf/google/protobuf/empty.pb.swift index 9828ed48d..9dee0c4c2 100644 --- a/Reference/SwiftProtobuf/google/protobuf/empty.pb.swift +++ b/Reference/SwiftProtobuf/google/protobuf/empty.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/empty.proto diff --git a/Reference/SwiftProtobuf/google/protobuf/field_mask.pb.swift b/Reference/SwiftProtobuf/google/protobuf/field_mask.pb.swift index 9886aa7b4..63a953f68 100644 --- a/Reference/SwiftProtobuf/google/protobuf/field_mask.pb.swift +++ b/Reference/SwiftProtobuf/google/protobuf/field_mask.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/field_mask.proto diff --git a/Reference/SwiftProtobuf/google/protobuf/source_context.pb.swift b/Reference/SwiftProtobuf/google/protobuf/source_context.pb.swift index 736fdaaa9..5742e7e42 100644 --- a/Reference/SwiftProtobuf/google/protobuf/source_context.pb.swift +++ b/Reference/SwiftProtobuf/google/protobuf/source_context.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/source_context.proto diff --git a/Reference/SwiftProtobuf/google/protobuf/struct.pb.swift b/Reference/SwiftProtobuf/google/protobuf/struct.pb.swift index 3e8592366..10cfc003f 100644 --- a/Reference/SwiftProtobuf/google/protobuf/struct.pb.swift +++ b/Reference/SwiftProtobuf/google/protobuf/struct.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/struct.proto diff --git a/Reference/SwiftProtobuf/google/protobuf/timestamp.pb.swift b/Reference/SwiftProtobuf/google/protobuf/timestamp.pb.swift index a6a71040c..7701ff1bb 100644 --- a/Reference/SwiftProtobuf/google/protobuf/timestamp.pb.swift +++ b/Reference/SwiftProtobuf/google/protobuf/timestamp.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/timestamp.proto diff --git a/Reference/SwiftProtobuf/google/protobuf/type.pb.swift b/Reference/SwiftProtobuf/google/protobuf/type.pb.swift index c913cdd86..fc7da5788 100644 --- a/Reference/SwiftProtobuf/google/protobuf/type.pb.swift +++ b/Reference/SwiftProtobuf/google/protobuf/type.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/type.proto diff --git a/Reference/SwiftProtobuf/google/protobuf/wrappers.pb.swift b/Reference/SwiftProtobuf/google/protobuf/wrappers.pb.swift index 2c912c998..f182b8b35 100644 --- a/Reference/SwiftProtobuf/google/protobuf/wrappers.pb.swift +++ b/Reference/SwiftProtobuf/google/protobuf/wrappers.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/wrappers.proto diff --git a/Reference/SwiftProtobufPluginLibrary/google/protobuf/compiler/plugin.pb.swift b/Reference/SwiftProtobufPluginLibrary/google/protobuf/compiler/plugin.pb.swift index 64faae011..c898761bb 100644 --- a/Reference/SwiftProtobufPluginLibrary/google/protobuf/compiler/plugin.pb.swift +++ b/Reference/SwiftProtobufPluginLibrary/google/protobuf/compiler/plugin.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/compiler/plugin.proto diff --git a/Reference/SwiftProtobufPluginLibrary/swift_protobuf_module_mappings.pb.swift b/Reference/SwiftProtobufPluginLibrary/swift_protobuf_module_mappings.pb.swift index 54d242995..e8ec253db 100644 --- a/Reference/SwiftProtobufPluginLibrary/swift_protobuf_module_mappings.pb.swift +++ b/Reference/SwiftProtobufPluginLibrary/swift_protobuf_module_mappings.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: swift_protobuf_module_mappings.proto diff --git a/Reference/SwiftProtobufPluginLibraryTests/google/protobuf/unittest_delimited.pb.swift b/Reference/SwiftProtobufPluginLibraryTests/google/protobuf/unittest_delimited.pb.swift index 27289f30a..3d165ab9f 100644 --- a/Reference/SwiftProtobufPluginLibraryTests/google/protobuf/unittest_delimited.pb.swift +++ b/Reference/SwiftProtobufPluginLibraryTests/google/protobuf/unittest_delimited.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_delimited.proto diff --git a/Reference/SwiftProtobufPluginLibraryTests/google/protobuf/unittest_delimited_import.pb.swift b/Reference/SwiftProtobufPluginLibraryTests/google/protobuf/unittest_delimited_import.pb.swift index 718b18590..a5f63bb98 100644 --- a/Reference/SwiftProtobufPluginLibraryTests/google/protobuf/unittest_delimited_import.pb.swift +++ b/Reference/SwiftProtobufPluginLibraryTests/google/protobuf/unittest_delimited_import.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_delimited_import.proto diff --git a/Reference/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_delimited.pb.swift b/Reference/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_delimited.pb.swift index 6b770e994..ac512f6ff 100644 --- a/Reference/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_delimited.pb.swift +++ b/Reference/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_delimited.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: pluginlib_descriptor_delimited.proto diff --git a/Reference/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test.pb.swift b/Reference/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test.pb.swift index d2289a077..f68910357 100644 --- a/Reference/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test.pb.swift +++ b/Reference/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: pluginlib_descriptor_test.proto diff --git a/Reference/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test2.pb.swift b/Reference/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test2.pb.swift index 26261747e..4e7ce7b3b 100644 --- a/Reference/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test2.pb.swift +++ b/Reference/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: pluginlib_descriptor_test2.proto diff --git a/Reference/SwiftProtobufPluginLibraryTests/test_features.pb.swift b/Reference/SwiftProtobufPluginLibraryTests/test_features.pb.swift index 87b9768b4..5e33ac56f 100644 --- a/Reference/SwiftProtobufPluginLibraryTests/test_features.pb.swift +++ b/Reference/SwiftProtobufPluginLibraryTests/test_features.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: test_features.proto diff --git a/Reference/SwiftProtobufTests/any_test.pb.swift b/Reference/SwiftProtobufTests/any_test.pb.swift index 7e6cdb801..ddffad71f 100644 --- a/Reference/SwiftProtobufTests/any_test.pb.swift +++ b/Reference/SwiftProtobufTests/any_test.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: any_test.proto diff --git a/Reference/SwiftProtobufTests/fuzz_testing.pb.swift b/Reference/SwiftProtobufTests/fuzz_testing.pb.swift index ea383ca39..eb4762178 100644 --- a/Reference/SwiftProtobufTests/fuzz_testing.pb.swift +++ b/Reference/SwiftProtobufTests/fuzz_testing.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: fuzz_testing.proto diff --git a/Reference/SwiftProtobufTests/generated_swift_names_enum_cases.pb.swift b/Reference/SwiftProtobufTests/generated_swift_names_enum_cases.pb.swift index 763cd41b2..3ef403776 100644 --- a/Reference/SwiftProtobufTests/generated_swift_names_enum_cases.pb.swift +++ b/Reference/SwiftProtobufTests/generated_swift_names_enum_cases.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: generated_swift_names_enum_cases.proto diff --git a/Reference/SwiftProtobufTests/generated_swift_names_enums.pb.swift b/Reference/SwiftProtobufTests/generated_swift_names_enums.pb.swift index 35b394d84..0a4804da8 100644 --- a/Reference/SwiftProtobufTests/generated_swift_names_enums.pb.swift +++ b/Reference/SwiftProtobufTests/generated_swift_names_enums.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: generated_swift_names_enums.proto diff --git a/Reference/SwiftProtobufTests/generated_swift_names_fields.pb.swift b/Reference/SwiftProtobufTests/generated_swift_names_fields.pb.swift index a603efe03..21b2f9f1b 100644 --- a/Reference/SwiftProtobufTests/generated_swift_names_fields.pb.swift +++ b/Reference/SwiftProtobufTests/generated_swift_names_fields.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: generated_swift_names_fields.proto diff --git a/Reference/SwiftProtobufTests/generated_swift_names_messages.pb.swift b/Reference/SwiftProtobufTests/generated_swift_names_messages.pb.swift index 6b2a1b446..c3bec0ec7 100644 --- a/Reference/SwiftProtobufTests/generated_swift_names_messages.pb.swift +++ b/Reference/SwiftProtobufTests/generated_swift_names_messages.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: generated_swift_names_messages.proto diff --git a/Reference/SwiftProtobufTests/map_proto2_unittest.pb.swift b/Reference/SwiftProtobufTests/map_proto2_unittest.pb.swift index 263505ce7..d8301b889 100644 --- a/Reference/SwiftProtobufTests/map_proto2_unittest.pb.swift +++ b/Reference/SwiftProtobufTests/map_proto2_unittest.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: map_proto2_unittest.proto diff --git a/Reference/SwiftProtobufTests/map_unittest.pb.swift b/Reference/SwiftProtobufTests/map_unittest.pb.swift index b9cdd0a91..6892e2de1 100644 --- a/Reference/SwiftProtobufTests/map_unittest.pb.swift +++ b/Reference/SwiftProtobufTests/map_unittest.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: map_unittest.proto diff --git a/Reference/SwiftProtobufTests/test_messages_proto3.pb.swift b/Reference/SwiftProtobufTests/test_messages_proto3.pb.swift index c9b256382..f7c0f3510 100644 --- a/Reference/SwiftProtobufTests/test_messages_proto3.pb.swift +++ b/Reference/SwiftProtobufTests/test_messages_proto3.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: test_messages_proto3.proto diff --git a/Reference/SwiftProtobufTests/unittest.pb.swift b/Reference/SwiftProtobufTests/unittest.pb.swift index 6f068a7a5..5cc9bc00d 100644 --- a/Reference/SwiftProtobufTests/unittest.pb.swift +++ b/Reference/SwiftProtobufTests/unittest.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest.proto diff --git a/Reference/SwiftProtobufTests/unittest_import.pb.swift b/Reference/SwiftProtobufTests/unittest_import.pb.swift index bd796bf26..09c4b4f2a 100644 --- a/Reference/SwiftProtobufTests/unittest_import.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_import.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_import.proto diff --git a/Reference/SwiftProtobufTests/unittest_import_public.pb.swift b/Reference/SwiftProtobufTests/unittest_import_public.pb.swift index c178721b9..3097553e6 100644 --- a/Reference/SwiftProtobufTests/unittest_import_public.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_import_public.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_import_public.proto diff --git a/Reference/SwiftProtobufTests/unittest_mset.pb.swift b/Reference/SwiftProtobufTests/unittest_mset.pb.swift index e63bb0c8f..ebb4ed27f 100644 --- a/Reference/SwiftProtobufTests/unittest_mset.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_mset.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_mset.proto diff --git a/Reference/SwiftProtobufTests/unittest_mset_wire_format.pb.swift b/Reference/SwiftProtobufTests/unittest_mset_wire_format.pb.swift index a7f14b6d1..f8344be60 100644 --- a/Reference/SwiftProtobufTests/unittest_mset_wire_format.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_mset_wire_format.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_mset_wire_format.proto diff --git a/Reference/SwiftProtobufTests/unittest_preserve_unknown_enum.pb.swift b/Reference/SwiftProtobufTests/unittest_preserve_unknown_enum.pb.swift index d0d542a06..7e87cb2bd 100644 --- a/Reference/SwiftProtobufTests/unittest_preserve_unknown_enum.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_preserve_unknown_enum.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_preserve_unknown_enum.proto diff --git a/Reference/SwiftProtobufTests/unittest_preserve_unknown_enum2.pb.swift b/Reference/SwiftProtobufTests/unittest_preserve_unknown_enum2.pb.swift index 5cdaf8da0..d7054eba7 100644 --- a/Reference/SwiftProtobufTests/unittest_preserve_unknown_enum2.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_preserve_unknown_enum2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_preserve_unknown_enum2.proto diff --git a/Reference/SwiftProtobufTests/unittest_proto3.pb.swift b/Reference/SwiftProtobufTests/unittest_proto3.pb.swift index 1a96781cf..88ac570cd 100644 --- a/Reference/SwiftProtobufTests/unittest_proto3.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_proto3.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_proto3.proto diff --git a/Reference/SwiftProtobufTests/unittest_proto3_optional.pb.swift b/Reference/SwiftProtobufTests/unittest_proto3_optional.pb.swift index bb94ba46f..e0dd462c3 100644 --- a/Reference/SwiftProtobufTests/unittest_proto3_optional.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_proto3_optional.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_proto3_optional.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_all_required_types.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_all_required_types.pb.swift index 99037b960..e70d4ef98 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_all_required_types.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_all_required_types.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_all_required_types.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_cycle.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_cycle.pb.swift index efea00056..d183c3083 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_cycle.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_cycle.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_cycle.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_deprecated.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_deprecated.pb.swift index 518e8c25f..f5e17aca3 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_deprecated.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_deprecated.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_deprecated.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_deprecated_file.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_deprecated_file.pb.swift index f083745b1..37faa707b 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_deprecated_file.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_deprecated_file.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_deprecated_file.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_enum_optional_default.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_enum_optional_default.pb.swift index 1215a17af..9029e2089 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_enum_optional_default.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_enum_optional_default.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_enum_optional_default.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_enum_proto2.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_enum_proto2.pb.swift index 12e194718..010597990 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_enum_proto2.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_enum_proto2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_enum_proto2.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_enum_proto3.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_enum_proto3.pb.swift index d4d59251f..83ea1ab5e 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_enum_proto3.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_enum_proto3.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_enum_proto3.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_extension.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_extension.pb.swift index 71c8827d9..c9438e6de 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_extension.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_extension.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_extension.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_extension2.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_extension2.pb.swift index 5b73e33b4..4381e2c4d 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_extension2.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_extension2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_extension2.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_extension3.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_extension3.pb.swift index 9bd3467bd..b2b7e7dc4 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_extension3.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_extension3.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_extension3.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_extension4.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_extension4.pb.swift index fbbf1a4e2..d039d6c01 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_extension4.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_extension4.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_extension4.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_fieldorder.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_fieldorder.pb.swift index 38a1e3635..74ec15501 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_fieldorder.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_fieldorder.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_fieldorder.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_groups.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_groups.pb.swift index acf90b9c2..1395d88cc 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_groups.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_groups.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_groups.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_json.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_json.pb.swift index bc4822a86..d401413e9 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_json.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_json.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_json.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_naming.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_naming.pb.swift index 01b39a1d6..6ebbd1bdc 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_naming.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_naming.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_naming.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_naming_no_prefix.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_naming_no_prefix.pb.swift index 908b886fd..1977f9e3b 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_naming_no_prefix.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_naming_no_prefix.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_naming_no_prefix.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_naming_number_prefix.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_naming_number_prefix.pb.swift index 0ad68849f..9c6973eb6 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_naming_number_prefix.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_naming_number_prefix.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_naming_number_prefix.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_oneof_all_required.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_oneof_all_required.pb.swift index cb7fcfb33..e1f6a3976 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_oneof_all_required.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_oneof_all_required.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_oneof_all_required.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_oneof_merging.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_oneof_merging.pb.swift index 89a5d44f4..5a47e4b26 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_oneof_merging.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_oneof_merging.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_oneof_merging.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_reserved.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_reserved.pb.swift index 546ab86f6..80d350392 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_reserved.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_reserved.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_reserved.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_reserved_ext.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_reserved_ext.pb.swift index 07eaa7dcd..a796904e8 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_reserved_ext.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_reserved_ext.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_reserved_ext.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_runtime_proto2.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_runtime_proto2.pb.swift index e2c4bd21f..6c64c0384 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_runtime_proto2.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_runtime_proto2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_runtime_proto2.proto diff --git a/Reference/SwiftProtobufTests/unittest_swift_runtime_proto3.pb.swift b/Reference/SwiftProtobufTests/unittest_swift_runtime_proto3.pb.swift index 4b3c6dc81..b8c39a6a9 100644 --- a/Reference/SwiftProtobufTests/unittest_swift_runtime_proto3.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_swift_runtime_proto3.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_runtime_proto3.proto diff --git a/Reference/SwiftProtobufTests/unittest_well_known_types.pb.swift b/Reference/SwiftProtobufTests/unittest_well_known_types.pb.swift index f702197e3..327017329 100644 --- a/Reference/SwiftProtobufTests/unittest_well_known_types.pb.swift +++ b/Reference/SwiftProtobufTests/unittest_well_known_types.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_well_known_types.proto diff --git a/Reference/protoc-gen-swiftTests/plugin_descriptor_test.pb.swift b/Reference/protoc-gen-swiftTests/plugin_descriptor_test.pb.swift index 0e13dd156..da8308f3d 100644 --- a/Reference/protoc-gen-swiftTests/plugin_descriptor_test.pb.swift +++ b/Reference/protoc-gen-swiftTests/plugin_descriptor_test.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: plugin_descriptor_test.proto diff --git a/Reference/upstream/conformance/conformance.pb.swift b/Reference/upstream/conformance/conformance.pb.swift index 8e67f9a9a..341e78995 100644 --- a/Reference/upstream/conformance/conformance.pb.swift +++ b/Reference/upstream/conformance/conformance.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: conformance/conformance.proto diff --git a/Reference/upstream/conformance/test_protos/test_messages_edition2023.pb.swift b/Reference/upstream/conformance/test_protos/test_messages_edition2023.pb.swift index 3d380fb97..c4593054c 100644 --- a/Reference/upstream/conformance/test_protos/test_messages_edition2023.pb.swift +++ b/Reference/upstream/conformance/test_protos/test_messages_edition2023.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: conformance/test_protos/test_messages_edition2023.proto diff --git a/Reference/upstream/editions/golden/test_messages_proto2_editions.pb.swift b/Reference/upstream/editions/golden/test_messages_proto2_editions.pb.swift index 17dfe9e0f..52568058d 100644 --- a/Reference/upstream/editions/golden/test_messages_proto2_editions.pb.swift +++ b/Reference/upstream/editions/golden/test_messages_proto2_editions.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: editions/golden/test_messages_proto2_editions.proto diff --git a/Reference/upstream/editions/golden/test_messages_proto3_editions.pb.swift b/Reference/upstream/editions/golden/test_messages_proto3_editions.pb.swift index d755a0279..4baebf7df 100644 --- a/Reference/upstream/editions/golden/test_messages_proto3_editions.pb.swift +++ b/Reference/upstream/editions/golden/test_messages_proto3_editions.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: editions/golden/test_messages_proto3_editions.proto diff --git a/Reference/upstream/google/protobuf/any.pb.swift b/Reference/upstream/google/protobuf/any.pb.swift index efa94fe76..b240b910a 100644 --- a/Reference/upstream/google/protobuf/any.pb.swift +++ b/Reference/upstream/google/protobuf/any.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/any.proto diff --git a/Reference/upstream/google/protobuf/any_test.pb.swift b/Reference/upstream/google/protobuf/any_test.pb.swift index b012c310d..3c78b4a65 100644 --- a/Reference/upstream/google/protobuf/any_test.pb.swift +++ b/Reference/upstream/google/protobuf/any_test.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/any_test.proto diff --git a/Reference/upstream/google/protobuf/api.pb.swift b/Reference/upstream/google/protobuf/api.pb.swift index 0d4b87ac9..08a8f8f0d 100644 --- a/Reference/upstream/google/protobuf/api.pb.swift +++ b/Reference/upstream/google/protobuf/api.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/api.proto diff --git a/Reference/upstream/google/protobuf/compiler/plugin.pb.swift b/Reference/upstream/google/protobuf/compiler/plugin.pb.swift index 64faae011..c898761bb 100644 --- a/Reference/upstream/google/protobuf/compiler/plugin.pb.swift +++ b/Reference/upstream/google/protobuf/compiler/plugin.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/compiler/plugin.proto diff --git a/Reference/upstream/google/protobuf/cpp_features.pb.swift b/Reference/upstream/google/protobuf/cpp_features.pb.swift index 71f4042f0..3d2d6ff54 100644 --- a/Reference/upstream/google/protobuf/cpp_features.pb.swift +++ b/Reference/upstream/google/protobuf/cpp_features.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/cpp_features.proto diff --git a/Reference/upstream/google/protobuf/descriptor.pb.swift b/Reference/upstream/google/protobuf/descriptor.pb.swift index 10eadc8a7..82eec4b60 100644 --- a/Reference/upstream/google/protobuf/descriptor.pb.swift +++ b/Reference/upstream/google/protobuf/descriptor.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/descriptor.proto diff --git a/Reference/upstream/google/protobuf/duration.pb.swift b/Reference/upstream/google/protobuf/duration.pb.swift index 45ae84183..c69e30908 100644 --- a/Reference/upstream/google/protobuf/duration.pb.swift +++ b/Reference/upstream/google/protobuf/duration.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/duration.proto diff --git a/Reference/upstream/google/protobuf/edition_unittest.pb.swift b/Reference/upstream/google/protobuf/edition_unittest.pb.swift index f189b7bdb..05d611a28 100644 --- a/Reference/upstream/google/protobuf/edition_unittest.pb.swift +++ b/Reference/upstream/google/protobuf/edition_unittest.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/edition_unittest.proto diff --git a/Reference/upstream/google/protobuf/empty.pb.swift b/Reference/upstream/google/protobuf/empty.pb.swift index 9828ed48d..9dee0c4c2 100644 --- a/Reference/upstream/google/protobuf/empty.pb.swift +++ b/Reference/upstream/google/protobuf/empty.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/empty.proto diff --git a/Reference/upstream/google/protobuf/field_mask.pb.swift b/Reference/upstream/google/protobuf/field_mask.pb.swift index 9886aa7b4..63a953f68 100644 --- a/Reference/upstream/google/protobuf/field_mask.pb.swift +++ b/Reference/upstream/google/protobuf/field_mask.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/field_mask.proto diff --git a/Reference/upstream/google/protobuf/map_lite_unittest.pb.swift b/Reference/upstream/google/protobuf/map_lite_unittest.pb.swift index ffd391aed..655835670 100644 --- a/Reference/upstream/google/protobuf/map_lite_unittest.pb.swift +++ b/Reference/upstream/google/protobuf/map_lite_unittest.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/map_lite_unittest.proto diff --git a/Reference/upstream/google/protobuf/map_proto2_unittest.pb.swift b/Reference/upstream/google/protobuf/map_proto2_unittest.pb.swift index 7daf5a522..754f2bafa 100644 --- a/Reference/upstream/google/protobuf/map_proto2_unittest.pb.swift +++ b/Reference/upstream/google/protobuf/map_proto2_unittest.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/map_proto2_unittest.proto diff --git a/Reference/upstream/google/protobuf/map_proto3_unittest.pb.swift b/Reference/upstream/google/protobuf/map_proto3_unittest.pb.swift index 1e93401e4..01d17a9eb 100644 --- a/Reference/upstream/google/protobuf/map_proto3_unittest.pb.swift +++ b/Reference/upstream/google/protobuf/map_proto3_unittest.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/map_proto3_unittest.proto diff --git a/Reference/upstream/google/protobuf/map_unittest.pb.swift b/Reference/upstream/google/protobuf/map_unittest.pb.swift index 2c0ba609f..a4fa6b3ba 100644 --- a/Reference/upstream/google/protobuf/map_unittest.pb.swift +++ b/Reference/upstream/google/protobuf/map_unittest.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/map_unittest.proto diff --git a/Reference/upstream/google/protobuf/sample_messages_edition.pb.swift b/Reference/upstream/google/protobuf/sample_messages_edition.pb.swift index 584047287..662137e90 100644 --- a/Reference/upstream/google/protobuf/sample_messages_edition.pb.swift +++ b/Reference/upstream/google/protobuf/sample_messages_edition.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/sample_messages_edition.proto diff --git a/Reference/upstream/google/protobuf/source_context.pb.swift b/Reference/upstream/google/protobuf/source_context.pb.swift index 736fdaaa9..5742e7e42 100644 --- a/Reference/upstream/google/protobuf/source_context.pb.swift +++ b/Reference/upstream/google/protobuf/source_context.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/source_context.proto diff --git a/Reference/upstream/google/protobuf/struct.pb.swift b/Reference/upstream/google/protobuf/struct.pb.swift index 3e8592366..10cfc003f 100644 --- a/Reference/upstream/google/protobuf/struct.pb.swift +++ b/Reference/upstream/google/protobuf/struct.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/struct.proto diff --git a/Reference/upstream/google/protobuf/test_messages_proto2.pb.swift b/Reference/upstream/google/protobuf/test_messages_proto2.pb.swift index 59e68655f..8aa9a0808 100644 --- a/Reference/upstream/google/protobuf/test_messages_proto2.pb.swift +++ b/Reference/upstream/google/protobuf/test_messages_proto2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/test_messages_proto2.proto diff --git a/Reference/upstream/google/protobuf/test_messages_proto3.pb.swift b/Reference/upstream/google/protobuf/test_messages_proto3.pb.swift index b1ce762af..c03ac2d06 100644 --- a/Reference/upstream/google/protobuf/test_messages_proto3.pb.swift +++ b/Reference/upstream/google/protobuf/test_messages_proto3.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/test_messages_proto3.proto diff --git a/Reference/upstream/google/protobuf/timestamp.pb.swift b/Reference/upstream/google/protobuf/timestamp.pb.swift index a6a71040c..7701ff1bb 100644 --- a/Reference/upstream/google/protobuf/timestamp.pb.swift +++ b/Reference/upstream/google/protobuf/timestamp.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/timestamp.proto diff --git a/Reference/upstream/google/protobuf/type.pb.swift b/Reference/upstream/google/protobuf/type.pb.swift index c913cdd86..fc7da5788 100644 --- a/Reference/upstream/google/protobuf/type.pb.swift +++ b/Reference/upstream/google/protobuf/type.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/type.proto diff --git a/Reference/upstream/google/protobuf/unittest.pb.swift b/Reference/upstream/google/protobuf/unittest.pb.swift index a70e83e01..e4c6948ab 100644 --- a/Reference/upstream/google/protobuf/unittest.pb.swift +++ b/Reference/upstream/google/protobuf/unittest.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest.proto diff --git a/Reference/upstream/google/protobuf/unittest_arena.pb.swift b/Reference/upstream/google/protobuf/unittest_arena.pb.swift index 6b23ca55a..2b072bfd1 100644 --- a/Reference/upstream/google/protobuf/unittest_arena.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_arena.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_arena.proto diff --git a/Reference/upstream/google/protobuf/unittest_custom_options.pb.swift b/Reference/upstream/google/protobuf/unittest_custom_options.pb.swift index 201c1aeb7..24e6ea972 100644 --- a/Reference/upstream/google/protobuf/unittest_custom_options.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_custom_options.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_custom_options.proto diff --git a/Reference/upstream/google/protobuf/unittest_delimited.pb.swift b/Reference/upstream/google/protobuf/unittest_delimited.pb.swift index 27289f30a..3d165ab9f 100644 --- a/Reference/upstream/google/protobuf/unittest_delimited.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_delimited.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_delimited.proto diff --git a/Reference/upstream/google/protobuf/unittest_delimited_import.pb.swift b/Reference/upstream/google/protobuf/unittest_delimited_import.pb.swift index 718b18590..a5f63bb98 100644 --- a/Reference/upstream/google/protobuf/unittest_delimited_import.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_delimited_import.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_delimited_import.proto diff --git a/Reference/upstream/google/protobuf/unittest_drop_unknown_fields.pb.swift b/Reference/upstream/google/protobuf/unittest_drop_unknown_fields.pb.swift index cd31791bd..e3e98b024 100644 --- a/Reference/upstream/google/protobuf/unittest_drop_unknown_fields.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_drop_unknown_fields.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_drop_unknown_fields.proto diff --git a/Reference/upstream/google/protobuf/unittest_embed_optimize_for.pb.swift b/Reference/upstream/google/protobuf/unittest_embed_optimize_for.pb.swift index 83d624f26..d31cb1433 100644 --- a/Reference/upstream/google/protobuf/unittest_embed_optimize_for.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_embed_optimize_for.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_embed_optimize_for.proto diff --git a/Reference/upstream/google/protobuf/unittest_empty.pb.swift b/Reference/upstream/google/protobuf/unittest_empty.pb.swift index ef0a268b1..03ed9adee 100644 --- a/Reference/upstream/google/protobuf/unittest_empty.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_empty.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_empty.proto diff --git a/Reference/upstream/google/protobuf/unittest_enormous_descriptor.pb.swift b/Reference/upstream/google/protobuf/unittest_enormous_descriptor.pb.swift index 8a0d32df8..c35167ed3 100644 --- a/Reference/upstream/google/protobuf/unittest_enormous_descriptor.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_enormous_descriptor.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_enormous_descriptor.proto diff --git a/Reference/upstream/google/protobuf/unittest_extension_set.pb.swift b/Reference/upstream/google/protobuf/unittest_extension_set.pb.swift index 803ca0da4..564114e9e 100644 --- a/Reference/upstream/google/protobuf/unittest_extension_set.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_extension_set.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_extension_set.proto diff --git a/Reference/upstream/google/protobuf/unittest_features.pb.swift b/Reference/upstream/google/protobuf/unittest_features.pb.swift index f33f96578..6e7788f42 100644 --- a/Reference/upstream/google/protobuf/unittest_features.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_features.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_features.proto diff --git a/Reference/upstream/google/protobuf/unittest_import.pb.swift b/Reference/upstream/google/protobuf/unittest_import.pb.swift index 9b83b4499..2deb838ef 100644 --- a/Reference/upstream/google/protobuf/unittest_import.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_import.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_import.proto diff --git a/Reference/upstream/google/protobuf/unittest_import_lite.pb.swift b/Reference/upstream/google/protobuf/unittest_import_lite.pb.swift index 662b510e5..75894964a 100644 --- a/Reference/upstream/google/protobuf/unittest_import_lite.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_import_lite.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_import_lite.proto diff --git a/Reference/upstream/google/protobuf/unittest_import_public.pb.swift b/Reference/upstream/google/protobuf/unittest_import_public.pb.swift index 2f1910a88..882d6ad55 100644 --- a/Reference/upstream/google/protobuf/unittest_import_public.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_import_public.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_import_public.proto diff --git a/Reference/upstream/google/protobuf/unittest_import_public_lite.pb.swift b/Reference/upstream/google/protobuf/unittest_import_public_lite.pb.swift index 49d83611a..937b45556 100644 --- a/Reference/upstream/google/protobuf/unittest_import_public_lite.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_import_public_lite.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_import_public_lite.proto diff --git a/Reference/upstream/google/protobuf/unittest_invalid_features.pb.swift b/Reference/upstream/google/protobuf/unittest_invalid_features.pb.swift index aefa582e0..94522e935 100644 --- a/Reference/upstream/google/protobuf/unittest_invalid_features.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_invalid_features.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_invalid_features.proto diff --git a/Reference/upstream/google/protobuf/unittest_lazy_dependencies.pb.swift b/Reference/upstream/google/protobuf/unittest_lazy_dependencies.pb.swift index 4256e276c..ac00a2a43 100644 --- a/Reference/upstream/google/protobuf/unittest_lazy_dependencies.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_lazy_dependencies.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_lazy_dependencies.proto diff --git a/Reference/upstream/google/protobuf/unittest_lazy_dependencies_custom_option.pb.swift b/Reference/upstream/google/protobuf/unittest_lazy_dependencies_custom_option.pb.swift index 1466aa63a..54b8ed9c9 100644 --- a/Reference/upstream/google/protobuf/unittest_lazy_dependencies_custom_option.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_lazy_dependencies_custom_option.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_lazy_dependencies_custom_option.proto diff --git a/Reference/upstream/google/protobuf/unittest_lazy_dependencies_enum.pb.swift b/Reference/upstream/google/protobuf/unittest_lazy_dependencies_enum.pb.swift index e55f4e290..2946f05ee 100644 --- a/Reference/upstream/google/protobuf/unittest_lazy_dependencies_enum.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_lazy_dependencies_enum.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_lazy_dependencies_enum.proto diff --git a/Reference/upstream/google/protobuf/unittest_legacy_features.pb.swift b/Reference/upstream/google/protobuf/unittest_legacy_features.pb.swift index f8d2fb483..59c6c5661 100644 --- a/Reference/upstream/google/protobuf/unittest_legacy_features.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_legacy_features.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_legacy_features.proto diff --git a/Reference/upstream/google/protobuf/unittest_lite.pb.swift b/Reference/upstream/google/protobuf/unittest_lite.pb.swift index 0e3fc5454..c45283c0a 100644 --- a/Reference/upstream/google/protobuf/unittest_lite.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_lite.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_lite.proto diff --git a/Reference/upstream/google/protobuf/unittest_lite_imports_nonlite.pb.swift b/Reference/upstream/google/protobuf/unittest_lite_imports_nonlite.pb.swift index 29e3dc7af..d1429dcc3 100644 --- a/Reference/upstream/google/protobuf/unittest_lite_imports_nonlite.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_lite_imports_nonlite.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_lite_imports_nonlite.proto diff --git a/Reference/upstream/google/protobuf/unittest_mset.pb.swift b/Reference/upstream/google/protobuf/unittest_mset.pb.swift index cf70528c6..eb3437dee 100644 --- a/Reference/upstream/google/protobuf/unittest_mset.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_mset.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_mset.proto diff --git a/Reference/upstream/google/protobuf/unittest_mset_wire_format.pb.swift b/Reference/upstream/google/protobuf/unittest_mset_wire_format.pb.swift index 715e9ef6f..ed3494017 100644 --- a/Reference/upstream/google/protobuf/unittest_mset_wire_format.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_mset_wire_format.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_mset_wire_format.proto diff --git a/Reference/upstream/google/protobuf/unittest_no_field_presence.pb.swift b/Reference/upstream/google/protobuf/unittest_no_field_presence.pb.swift index fc5266cd8..6a6e3b527 100644 --- a/Reference/upstream/google/protobuf/unittest_no_field_presence.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_no_field_presence.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_no_field_presence.proto diff --git a/Reference/upstream/google/protobuf/unittest_no_generic_services.pb.swift b/Reference/upstream/google/protobuf/unittest_no_generic_services.pb.swift index 64bfb05e8..c943b8831 100644 --- a/Reference/upstream/google/protobuf/unittest_no_generic_services.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_no_generic_services.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_no_generic_services.proto diff --git a/Reference/upstream/google/protobuf/unittest_optimize_for.pb.swift b/Reference/upstream/google/protobuf/unittest_optimize_for.pb.swift index 952d5ea6c..714bb7046 100644 --- a/Reference/upstream/google/protobuf/unittest_optimize_for.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_optimize_for.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_optimize_for.proto diff --git a/Reference/upstream/google/protobuf/unittest_preserve_unknown_enum.pb.swift b/Reference/upstream/google/protobuf/unittest_preserve_unknown_enum.pb.swift index 4f7b31ca8..356c64306 100644 --- a/Reference/upstream/google/protobuf/unittest_preserve_unknown_enum.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_preserve_unknown_enum.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_preserve_unknown_enum.proto diff --git a/Reference/upstream/google/protobuf/unittest_preserve_unknown_enum2.pb.swift b/Reference/upstream/google/protobuf/unittest_preserve_unknown_enum2.pb.swift index 1d89b9f85..9985b6510 100644 --- a/Reference/upstream/google/protobuf/unittest_preserve_unknown_enum2.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_preserve_unknown_enum2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_preserve_unknown_enum2.proto diff --git a/Reference/upstream/google/protobuf/unittest_proto3.pb.swift b/Reference/upstream/google/protobuf/unittest_proto3.pb.swift index 0c34bd002..1b671f6c1 100644 --- a/Reference/upstream/google/protobuf/unittest_proto3.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_proto3.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_proto3.proto diff --git a/Reference/upstream/google/protobuf/unittest_proto3_arena.pb.swift b/Reference/upstream/google/protobuf/unittest_proto3_arena.pb.swift index ee33d31e1..6128b1bde 100644 --- a/Reference/upstream/google/protobuf/unittest_proto3_arena.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_proto3_arena.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_proto3_arena.proto diff --git a/Reference/upstream/google/protobuf/unittest_proto3_arena_lite.pb.swift b/Reference/upstream/google/protobuf/unittest_proto3_arena_lite.pb.swift index 31076b250..79e7ea83c 100644 --- a/Reference/upstream/google/protobuf/unittest_proto3_arena_lite.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_proto3_arena_lite.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_proto3_arena_lite.proto diff --git a/Reference/upstream/google/protobuf/unittest_proto3_bad_macros.pb.swift b/Reference/upstream/google/protobuf/unittest_proto3_bad_macros.pb.swift index dbeff2d03..d104c1866 100644 --- a/Reference/upstream/google/protobuf/unittest_proto3_bad_macros.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_proto3_bad_macros.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_proto3_bad_macros.proto diff --git a/Reference/upstream/google/protobuf/unittest_proto3_extensions.pb.swift b/Reference/upstream/google/protobuf/unittest_proto3_extensions.pb.swift index 7f35d0f55..8aa0931b2 100644 --- a/Reference/upstream/google/protobuf/unittest_proto3_extensions.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_proto3_extensions.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_proto3_extensions.proto diff --git a/Reference/upstream/google/protobuf/unittest_proto3_lite.pb.swift b/Reference/upstream/google/protobuf/unittest_proto3_lite.pb.swift index 344496fbb..96db7d959 100644 --- a/Reference/upstream/google/protobuf/unittest_proto3_lite.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_proto3_lite.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_proto3_lite.proto diff --git a/Reference/upstream/google/protobuf/unittest_proto3_optional.pb.swift b/Reference/upstream/google/protobuf/unittest_proto3_optional.pb.swift index cb07a6343..5c0cb3a4c 100644 --- a/Reference/upstream/google/protobuf/unittest_proto3_optional.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_proto3_optional.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_proto3_optional.proto diff --git a/Reference/upstream/google/protobuf/unittest_retention.pb.swift b/Reference/upstream/google/protobuf/unittest_retention.pb.swift index 7c27936ca..4ce364d07 100644 --- a/Reference/upstream/google/protobuf/unittest_retention.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_retention.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_retention.proto diff --git a/Reference/upstream/google/protobuf/unittest_string_type.pb.swift b/Reference/upstream/google/protobuf/unittest_string_type.pb.swift index ebc3ad23e..a963389a8 100644 --- a/Reference/upstream/google/protobuf/unittest_string_type.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_string_type.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_string_type.proto diff --git a/Reference/upstream/google/protobuf/unittest_string_view.pb.swift b/Reference/upstream/google/protobuf/unittest_string_view.pb.swift index d9f63419e..116cfd03b 100644 --- a/Reference/upstream/google/protobuf/unittest_string_view.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_string_view.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_string_view.proto diff --git a/Reference/upstream/google/protobuf/unittest_well_known_types.pb.swift b/Reference/upstream/google/protobuf/unittest_well_known_types.pb.swift index dcef6d372..d85eebad8 100644 --- a/Reference/upstream/google/protobuf/unittest_well_known_types.pb.swift +++ b/Reference/upstream/google/protobuf/unittest_well_known_types.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_well_known_types.proto diff --git a/Reference/upstream/google/protobuf/wrappers.pb.swift b/Reference/upstream/google/protobuf/wrappers.pb.swift index 2c912c998..f182b8b35 100644 --- a/Reference/upstream/google/protobuf/wrappers.pb.swift +++ b/Reference/upstream/google/protobuf/wrappers.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/wrappers.proto diff --git a/Sources/Conformance/conformance.pb.swift b/Sources/Conformance/conformance.pb.swift index 8e67f9a9a..341e78995 100644 --- a/Sources/Conformance/conformance.pb.swift +++ b/Sources/Conformance/conformance.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: conformance/conformance.proto diff --git a/Sources/Conformance/test_messages_edition2023.pb.swift b/Sources/Conformance/test_messages_edition2023.pb.swift index 3d380fb97..c4593054c 100644 --- a/Sources/Conformance/test_messages_edition2023.pb.swift +++ b/Sources/Conformance/test_messages_edition2023.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: conformance/test_protos/test_messages_edition2023.proto diff --git a/Sources/Conformance/test_messages_proto2.pb.swift b/Sources/Conformance/test_messages_proto2.pb.swift index 59e68655f..8aa9a0808 100644 --- a/Sources/Conformance/test_messages_proto2.pb.swift +++ b/Sources/Conformance/test_messages_proto2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/test_messages_proto2.proto diff --git a/Sources/Conformance/test_messages_proto2_editions.pb.swift b/Sources/Conformance/test_messages_proto2_editions.pb.swift index 4f81f0ca5..5b8969869 100644 --- a/Sources/Conformance/test_messages_proto2_editions.pb.swift +++ b/Sources/Conformance/test_messages_proto2_editions.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: editions/test_messages_proto2_editions.proto diff --git a/Sources/Conformance/test_messages_proto3.pb.swift b/Sources/Conformance/test_messages_proto3.pb.swift index b1ce762af..c03ac2d06 100644 --- a/Sources/Conformance/test_messages_proto3.pb.swift +++ b/Sources/Conformance/test_messages_proto3.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/test_messages_proto3.proto diff --git a/Sources/Conformance/test_messages_proto3_editions.pb.swift b/Sources/Conformance/test_messages_proto3_editions.pb.swift index c2c8398e5..bd1ac1e29 100644 --- a/Sources/Conformance/test_messages_proto3_editions.pb.swift +++ b/Sources/Conformance/test_messages_proto3_editions.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: editions/test_messages_proto3_editions.proto diff --git a/Sources/SwiftProtobuf/any.pb.swift b/Sources/SwiftProtobuf/any.pb.swift index da29aca4a..290f945e6 100644 --- a/Sources/SwiftProtobuf/any.pb.swift +++ b/Sources/SwiftProtobuf/any.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/any.proto diff --git a/Sources/SwiftProtobuf/api.pb.swift b/Sources/SwiftProtobuf/api.pb.swift index f6053e987..eded2f24b 100644 --- a/Sources/SwiftProtobuf/api.pb.swift +++ b/Sources/SwiftProtobuf/api.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/api.proto diff --git a/Sources/SwiftProtobuf/descriptor.pb.swift b/Sources/SwiftProtobuf/descriptor.pb.swift index bed7e7115..dcecab805 100644 --- a/Sources/SwiftProtobuf/descriptor.pb.swift +++ b/Sources/SwiftProtobuf/descriptor.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/descriptor.proto diff --git a/Sources/SwiftProtobuf/duration.pb.swift b/Sources/SwiftProtobuf/duration.pb.swift index 7b0265a83..7c3405a49 100644 --- a/Sources/SwiftProtobuf/duration.pb.swift +++ b/Sources/SwiftProtobuf/duration.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/duration.proto diff --git a/Sources/SwiftProtobuf/empty.pb.swift b/Sources/SwiftProtobuf/empty.pb.swift index 5b5f82394..3a43e91dc 100644 --- a/Sources/SwiftProtobuf/empty.pb.swift +++ b/Sources/SwiftProtobuf/empty.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/empty.proto diff --git a/Sources/SwiftProtobuf/field_mask.pb.swift b/Sources/SwiftProtobuf/field_mask.pb.swift index ecaa9ce63..fb8da8c65 100644 --- a/Sources/SwiftProtobuf/field_mask.pb.swift +++ b/Sources/SwiftProtobuf/field_mask.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/field_mask.proto diff --git a/Sources/SwiftProtobuf/source_context.pb.swift b/Sources/SwiftProtobuf/source_context.pb.swift index ab8b55db9..b4fd8c320 100644 --- a/Sources/SwiftProtobuf/source_context.pb.swift +++ b/Sources/SwiftProtobuf/source_context.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/source_context.proto diff --git a/Sources/SwiftProtobuf/struct.pb.swift b/Sources/SwiftProtobuf/struct.pb.swift index e72133f83..14133cd96 100644 --- a/Sources/SwiftProtobuf/struct.pb.swift +++ b/Sources/SwiftProtobuf/struct.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/struct.proto diff --git a/Sources/SwiftProtobuf/timestamp.pb.swift b/Sources/SwiftProtobuf/timestamp.pb.swift index c2eaeb0c9..c35abe1ef 100644 --- a/Sources/SwiftProtobuf/timestamp.pb.swift +++ b/Sources/SwiftProtobuf/timestamp.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/timestamp.proto diff --git a/Sources/SwiftProtobuf/type.pb.swift b/Sources/SwiftProtobuf/type.pb.swift index e75792042..9e511836a 100644 --- a/Sources/SwiftProtobuf/type.pb.swift +++ b/Sources/SwiftProtobuf/type.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/type.proto diff --git a/Sources/SwiftProtobuf/wrappers.pb.swift b/Sources/SwiftProtobuf/wrappers.pb.swift index 17d6612a6..4ae71be5e 100644 --- a/Sources/SwiftProtobuf/wrappers.pb.swift +++ b/Sources/SwiftProtobuf/wrappers.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/wrappers.proto diff --git a/Sources/SwiftProtobufPluginLibrary/plugin.pb.swift b/Sources/SwiftProtobufPluginLibrary/plugin.pb.swift index 58da34a04..8124d6f94 100644 --- a/Sources/SwiftProtobufPluginLibrary/plugin.pb.swift +++ b/Sources/SwiftProtobufPluginLibrary/plugin.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/compiler/plugin.proto diff --git a/Sources/SwiftProtobufPluginLibrary/swift_protobuf_module_mappings.pb.swift b/Sources/SwiftProtobufPluginLibrary/swift_protobuf_module_mappings.pb.swift index 0b95cf324..b0896a587 100644 --- a/Sources/SwiftProtobufPluginLibrary/swift_protobuf_module_mappings.pb.swift +++ b/Sources/SwiftProtobufPluginLibrary/swift_protobuf_module_mappings.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: swift_protobuf_module_mappings.proto diff --git a/Tests/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_delimited.pb.swift b/Tests/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_delimited.pb.swift index 6b770e994..ac512f6ff 100644 --- a/Tests/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_delimited.pb.swift +++ b/Tests/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_delimited.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: pluginlib_descriptor_delimited.proto diff --git a/Tests/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test.pb.swift b/Tests/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test.pb.swift index 150b46890..0d2d03729 100644 --- a/Tests/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test.pb.swift +++ b/Tests/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: pluginlib_descriptor_test.proto diff --git a/Tests/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test2.pb.swift b/Tests/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test2.pb.swift index 26261747e..4e7ce7b3b 100644 --- a/Tests/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test2.pb.swift +++ b/Tests/SwiftProtobufPluginLibraryTests/pluginlib_descriptor_test2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: pluginlib_descriptor_test2.proto diff --git a/Tests/SwiftProtobufPluginLibraryTests/test_features.pb.swift b/Tests/SwiftProtobufPluginLibraryTests/test_features.pb.swift index 87b9768b4..5e33ac56f 100644 --- a/Tests/SwiftProtobufPluginLibraryTests/test_features.pb.swift +++ b/Tests/SwiftProtobufPluginLibraryTests/test_features.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: test_features.proto diff --git a/Tests/SwiftProtobufPluginLibraryTests/unittest_delimited.pb.swift b/Tests/SwiftProtobufPluginLibraryTests/unittest_delimited.pb.swift index 27289f30a..3d165ab9f 100644 --- a/Tests/SwiftProtobufPluginLibraryTests/unittest_delimited.pb.swift +++ b/Tests/SwiftProtobufPluginLibraryTests/unittest_delimited.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_delimited.proto diff --git a/Tests/SwiftProtobufPluginLibraryTests/unittest_delimited_import.pb.swift b/Tests/SwiftProtobufPluginLibraryTests/unittest_delimited_import.pb.swift index 718b18590..a5f63bb98 100644 --- a/Tests/SwiftProtobufPluginLibraryTests/unittest_delimited_import.pb.swift +++ b/Tests/SwiftProtobufPluginLibraryTests/unittest_delimited_import.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: google/protobuf/unittest_delimited_import.proto diff --git a/Tests/SwiftProtobufTests/any_test.pb.swift b/Tests/SwiftProtobufTests/any_test.pb.swift index 7e6cdb801..ddffad71f 100644 --- a/Tests/SwiftProtobufTests/any_test.pb.swift +++ b/Tests/SwiftProtobufTests/any_test.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: any_test.proto diff --git a/Tests/SwiftProtobufTests/fuzz_testing.pb.swift b/Tests/SwiftProtobufTests/fuzz_testing.pb.swift index ea383ca39..eb4762178 100644 --- a/Tests/SwiftProtobufTests/fuzz_testing.pb.swift +++ b/Tests/SwiftProtobufTests/fuzz_testing.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: fuzz_testing.proto diff --git a/Tests/SwiftProtobufTests/generated_swift_names_enum_cases.pb.swift b/Tests/SwiftProtobufTests/generated_swift_names_enum_cases.pb.swift index 763cd41b2..3ef403776 100644 --- a/Tests/SwiftProtobufTests/generated_swift_names_enum_cases.pb.swift +++ b/Tests/SwiftProtobufTests/generated_swift_names_enum_cases.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: generated_swift_names_enum_cases.proto diff --git a/Tests/SwiftProtobufTests/generated_swift_names_enums.pb.swift b/Tests/SwiftProtobufTests/generated_swift_names_enums.pb.swift index 35b394d84..0a4804da8 100644 --- a/Tests/SwiftProtobufTests/generated_swift_names_enums.pb.swift +++ b/Tests/SwiftProtobufTests/generated_swift_names_enums.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: generated_swift_names_enums.proto diff --git a/Tests/SwiftProtobufTests/generated_swift_names_fields.pb.swift b/Tests/SwiftProtobufTests/generated_swift_names_fields.pb.swift index a603efe03..21b2f9f1b 100644 --- a/Tests/SwiftProtobufTests/generated_swift_names_fields.pb.swift +++ b/Tests/SwiftProtobufTests/generated_swift_names_fields.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: generated_swift_names_fields.proto diff --git a/Tests/SwiftProtobufTests/generated_swift_names_messages.pb.swift b/Tests/SwiftProtobufTests/generated_swift_names_messages.pb.swift index 6b2a1b446..c3bec0ec7 100644 --- a/Tests/SwiftProtobufTests/generated_swift_names_messages.pb.swift +++ b/Tests/SwiftProtobufTests/generated_swift_names_messages.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: generated_swift_names_messages.proto diff --git a/Tests/SwiftProtobufTests/map_proto2_unittest.pb.swift b/Tests/SwiftProtobufTests/map_proto2_unittest.pb.swift index 263505ce7..d8301b889 100644 --- a/Tests/SwiftProtobufTests/map_proto2_unittest.pb.swift +++ b/Tests/SwiftProtobufTests/map_proto2_unittest.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: map_proto2_unittest.proto diff --git a/Tests/SwiftProtobufTests/map_unittest.pb.swift b/Tests/SwiftProtobufTests/map_unittest.pb.swift index b9cdd0a91..6892e2de1 100644 --- a/Tests/SwiftProtobufTests/map_unittest.pb.swift +++ b/Tests/SwiftProtobufTests/map_unittest.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: map_unittest.proto diff --git a/Tests/SwiftProtobufTests/test_messages_proto3.pb.swift b/Tests/SwiftProtobufTests/test_messages_proto3.pb.swift index c9b256382..f7c0f3510 100644 --- a/Tests/SwiftProtobufTests/test_messages_proto3.pb.swift +++ b/Tests/SwiftProtobufTests/test_messages_proto3.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: test_messages_proto3.proto diff --git a/Tests/SwiftProtobufTests/unittest.pb.swift b/Tests/SwiftProtobufTests/unittest.pb.swift index 6f068a7a5..5cc9bc00d 100644 --- a/Tests/SwiftProtobufTests/unittest.pb.swift +++ b/Tests/SwiftProtobufTests/unittest.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest.proto diff --git a/Tests/SwiftProtobufTests/unittest_import.pb.swift b/Tests/SwiftProtobufTests/unittest_import.pb.swift index bd796bf26..09c4b4f2a 100644 --- a/Tests/SwiftProtobufTests/unittest_import.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_import.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_import.proto diff --git a/Tests/SwiftProtobufTests/unittest_import_public.pb.swift b/Tests/SwiftProtobufTests/unittest_import_public.pb.swift index c178721b9..3097553e6 100644 --- a/Tests/SwiftProtobufTests/unittest_import_public.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_import_public.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_import_public.proto diff --git a/Tests/SwiftProtobufTests/unittest_mset.pb.swift b/Tests/SwiftProtobufTests/unittest_mset.pb.swift index e63bb0c8f..ebb4ed27f 100644 --- a/Tests/SwiftProtobufTests/unittest_mset.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_mset.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_mset.proto diff --git a/Tests/SwiftProtobufTests/unittest_mset_wire_format.pb.swift b/Tests/SwiftProtobufTests/unittest_mset_wire_format.pb.swift index a7f14b6d1..f8344be60 100644 --- a/Tests/SwiftProtobufTests/unittest_mset_wire_format.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_mset_wire_format.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_mset_wire_format.proto diff --git a/Tests/SwiftProtobufTests/unittest_preserve_unknown_enum.pb.swift b/Tests/SwiftProtobufTests/unittest_preserve_unknown_enum.pb.swift index d0d542a06..7e87cb2bd 100644 --- a/Tests/SwiftProtobufTests/unittest_preserve_unknown_enum.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_preserve_unknown_enum.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_preserve_unknown_enum.proto diff --git a/Tests/SwiftProtobufTests/unittest_preserve_unknown_enum2.pb.swift b/Tests/SwiftProtobufTests/unittest_preserve_unknown_enum2.pb.swift index 5cdaf8da0..d7054eba7 100644 --- a/Tests/SwiftProtobufTests/unittest_preserve_unknown_enum2.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_preserve_unknown_enum2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_preserve_unknown_enum2.proto diff --git a/Tests/SwiftProtobufTests/unittest_proto3.pb.swift b/Tests/SwiftProtobufTests/unittest_proto3.pb.swift index 1a96781cf..88ac570cd 100644 --- a/Tests/SwiftProtobufTests/unittest_proto3.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_proto3.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_proto3.proto diff --git a/Tests/SwiftProtobufTests/unittest_proto3_optional.pb.swift b/Tests/SwiftProtobufTests/unittest_proto3_optional.pb.swift index bb94ba46f..e0dd462c3 100644 --- a/Tests/SwiftProtobufTests/unittest_proto3_optional.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_proto3_optional.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_proto3_optional.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_all_required_types.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_all_required_types.pb.swift index 99037b960..e70d4ef98 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_all_required_types.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_all_required_types.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_all_required_types.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_cycle.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_cycle.pb.swift index efea00056..d183c3083 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_cycle.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_cycle.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_cycle.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_deprecated.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_deprecated.pb.swift index 518e8c25f..f5e17aca3 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_deprecated.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_deprecated.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_deprecated.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_deprecated_file.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_deprecated_file.pb.swift index f083745b1..37faa707b 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_deprecated_file.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_deprecated_file.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_deprecated_file.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_enum_optional_default.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_enum_optional_default.pb.swift index 1215a17af..9029e2089 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_enum_optional_default.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_enum_optional_default.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_enum_optional_default.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_enum_proto2.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_enum_proto2.pb.swift index 12e194718..010597990 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_enum_proto2.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_enum_proto2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_enum_proto2.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_enum_proto3.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_enum_proto3.pb.swift index d4d59251f..83ea1ab5e 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_enum_proto3.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_enum_proto3.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_enum_proto3.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_extension.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_extension.pb.swift index 71c8827d9..c9438e6de 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_extension.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_extension.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_extension.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_extension2.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_extension2.pb.swift index 5b73e33b4..4381e2c4d 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_extension2.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_extension2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_extension2.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_extension3.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_extension3.pb.swift index 9bd3467bd..b2b7e7dc4 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_extension3.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_extension3.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_extension3.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_extension4.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_extension4.pb.swift index fbbf1a4e2..d039d6c01 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_extension4.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_extension4.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_extension4.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_fieldorder.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_fieldorder.pb.swift index 38a1e3635..74ec15501 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_fieldorder.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_fieldorder.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_fieldorder.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_groups.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_groups.pb.swift index acf90b9c2..1395d88cc 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_groups.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_groups.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_groups.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_json.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_json.pb.swift index bc4822a86..d401413e9 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_json.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_json.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_json.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_naming.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_naming.pb.swift index 01b39a1d6..6ebbd1bdc 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_naming.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_naming.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_naming.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_naming_no_prefix.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_naming_no_prefix.pb.swift index 908b886fd..1977f9e3b 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_naming_no_prefix.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_naming_no_prefix.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_naming_no_prefix.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_naming_number_prefix.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_naming_number_prefix.pb.swift index 0ad68849f..9c6973eb6 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_naming_number_prefix.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_naming_number_prefix.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_naming_number_prefix.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_oneof_all_required.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_oneof_all_required.pb.swift index cb7fcfb33..e1f6a3976 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_oneof_all_required.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_oneof_all_required.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_oneof_all_required.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_oneof_merging.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_oneof_merging.pb.swift index 89a5d44f4..5a47e4b26 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_oneof_merging.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_oneof_merging.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_oneof_merging.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_reserved.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_reserved.pb.swift index 546ab86f6..80d350392 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_reserved.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_reserved.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_reserved.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_reserved_ext.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_reserved_ext.pb.swift index 07eaa7dcd..a796904e8 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_reserved_ext.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_reserved_ext.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_reserved_ext.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_runtime_proto2.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_runtime_proto2.pb.swift index e2c4bd21f..6c64c0384 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_runtime_proto2.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_runtime_proto2.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_runtime_proto2.proto diff --git a/Tests/SwiftProtobufTests/unittest_swift_runtime_proto3.pb.swift b/Tests/SwiftProtobufTests/unittest_swift_runtime_proto3.pb.swift index 4b3c6dc81..b8c39a6a9 100644 --- a/Tests/SwiftProtobufTests/unittest_swift_runtime_proto3.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_swift_runtime_proto3.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_swift_runtime_proto3.proto diff --git a/Tests/SwiftProtobufTests/unittest_well_known_types.pb.swift b/Tests/SwiftProtobufTests/unittest_well_known_types.pb.swift index f702197e3..327017329 100644 --- a/Tests/SwiftProtobufTests/unittest_well_known_types.pb.swift +++ b/Tests/SwiftProtobufTests/unittest_well_known_types.pb.swift @@ -1,5 +1,6 @@ // DO NOT EDIT. // swift-format-ignore-file +// swiftlint:disable all // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: unittest_well_known_types.proto