Skip to content

Commit 764b8f1

Browse files
committed
Update generated code
Motivation: grpc-swift-protobuf 1.2.0 added new direcives for swift lint to the generated code so now the CI generated code checker fails. Modifications: - Update generated code Result: CI passes
1 parent b680967 commit 764b8f1

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

Sources/GRPCHealthService/Generated/health.grpc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
// DO NOT EDIT.
1919
// swift-format-ignore-file
20+
// swiftlint:disable all
2021
//
2122
// Generated by the gRPC Swift generator plugin for the protocol buffer compiler.
2223
// Source: health.proto

Sources/GRPCInteropTests/Generated/empty.grpc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
// DO NOT EDIT.
1616
// swift-format-ignore-file
17+
// swiftlint:disable all
1718
//
1819
// Generated by the gRPC Swift generator plugin for the protocol buffer compiler.
1920
// Source: src/proto/grpc/testing/empty.proto

Sources/GRPCInteropTests/Generated/empty_service.grpc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
// DO NOT EDIT.
1616
// swift-format-ignore-file
17+
// swiftlint:disable all
1718
//
1819
// Generated by the gRPC Swift generator plugin for the protocol buffer compiler.
1920
// Source: src/proto/grpc/testing/empty_service.proto

Sources/GRPCInteropTests/Generated/messages.grpc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
// DO NOT EDIT.
1818
// swift-format-ignore-file
19+
// swiftlint:disable all
1920
//
2021
// Generated by the gRPC Swift generator plugin for the protocol buffer compiler.
2122
// Source: src/proto/grpc/testing/messages.proto

Sources/GRPCInteropTests/Generated/test.grpc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
// DO NOT EDIT.
1919
// swift-format-ignore-file
20+
// swiftlint:disable all
2021
//
2122
// Generated by the gRPC Swift generator plugin for the protocol buffer compiler.
2223
// Source: src/proto/grpc/testing/test.proto

Sources/GRPCReflectionService/Generated/reflection.grpc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
// DO NOT EDIT.
2323
// swift-format-ignore-file
24+
// swiftlint:disable all
2425
//
2526
// Generated by the gRPC Swift generator plugin for the protocol buffer compiler.
2627
// Source: reflection.proto

0 commit comments

Comments
 (0)