Skip to content

Commit

Permalink
Merge pull request #605 from DougGregor/remark
Browse files Browse the repository at this point in the history
  • Loading branch information
DougGregor authored Sep 5, 2023
2 parents 7cd38d8 + cf11fc8 commit 12f4006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/swift-format/Utilities/DiagnosticsEngine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ final class DiagnosticsEngine {
case .error: severity = .error
case .warning: severity = .warning
case .note: severity = .note
case .remark: severity = .note // should we model this?
}
return Diagnostic(
severity: severity,
Expand Down

0 comments on commit 12f4006

Please sign in to comment.