Skip to content

Commit f14a9d7

Browse files
minuscorpsebastianvarela
authored andcommitted
Ignore errors and warnings from Swiftlint
1 parent 22eb454 commit f14a9d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

POEditorParser.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "POEditorParser"
4-
s.version = "0.1.2"
4+
s.version = "0.1.3"
55
s.summary = "`POEditorParser` generates a swift file with an input strings file from POEditor."
66

77
s.description = <<-DESC

Sources/POEditorParser/Lib/LiteralsParser.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ enum SwiftCodeGeneratorConstants {
153153
// Generated using POEditorParser
154154
// DO NOT EDIT
155155
// Generated: \(SwiftCodeGeneratorConstants.dateFormatter.string(from: Date()))
156+
// swiftlint:disable:all
156157
157158
enum Literals {
158159
"""

0 commit comments

Comments
 (0)