Skip to content

Commit a7dc8ab

Browse files
committed
Add swiftlint:disable all to leading trivia
1 parent 63982ca commit a7dc8ab

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Sources/GRPCProtobufCodeGen/ProtobufCodeGenParser.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ package struct ProtobufCodeGenParser {
6565
let leadingTrivia = """
6666
// DO NOT EDIT.
6767
// swift-format-ignore-file
68+
// swiftlint:disable all
6869
//
6970
// Generated by the gRPC Swift generator plugin for the protocol buffer compiler.
7071
// Source: \(descriptor.name)

Tests/GRPCProtobufCodeGenTests/ProtobufCodeGenParserTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ struct ProtobufCodeGenParserTests {
4646
4747
// DO NOT EDIT.
4848
// swift-format-ignore-file
49+
// swiftlint:disable all
4950
//
5051
// Generated by the gRPC Swift generator plugin for the protocol buffer compiler.
5152
// Source: test-service.proto

Tests/GRPCProtobufCodeGenTests/ProtobufCodeGeneratorTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ struct ProtobufCodeGeneratorTests {
5555
5656
// DO NOT EDIT.
5757
// swift-format-ignore-file
58+
// swiftlint:disable all
5859
//
5960
// Generated by the gRPC Swift generator plugin for the protocol buffer compiler.
6061
// Source: test-service.proto
@@ -1113,6 +1114,7 @@ struct ProtobufCodeGeneratorTests {
11131114
11141115
// DO NOT EDIT.
11151116
// swift-format-ignore-file
1117+
// swiftlint:disable all
11161118
//
11171119
// Generated by the gRPC Swift generator plugin for the protocol buffer compiler.
11181120
// Source: foo-messages.proto

0 commit comments

Comments
 (0)