Skip to content

Commit

Permalink
Merge pull request #184 from lgilyazov/deprecation-parsing-fix
Browse files Browse the repository at this point in the history
Fix deprecation notice detection
  • Loading branch information
BalestraPatrick authored Feb 22, 2023
2 parents 241276a + 0c4b01c commit dfce1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/XCLogParser/parser/Notice+Parser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ extension Notice {
return text.contains(" deprecated:")
|| text.contains("was deprecated in")
|| text.contains("has been deprecated")
|| text.contains("is deprecated")
}
return false
}
Expand Down

0 comments on commit dfce1e4

Please sign in to comment.