We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c4a36f + d358cd8 commit 501da3eCopy full SHA for 501da3e
Sources/XCLogParser/parser/Notice+Parser.swift
@@ -187,7 +187,8 @@ extension Notice {
187
return true
188
}
189
// Support for Swift and ObjC code marked as deprecated
190
- if type == .swiftError || type == .swiftWarning || type == .projectWarning || type == .clangWarning {
+ if type == .swiftError || type == .swiftWarning || type == .projectWarning || type == .clangWarning
191
+ || type == .note {
192
return text.contains(" deprecated:")
193
|| text.contains("was deprecated in")
194
|| text.contains("has been deprecated")
0 commit comments