Skip to content

Commit 12f4006

Browse files
authored
Merge pull request #605 from DougGregor/remark
2 parents 7cd38d8 + cf11fc8 commit 12f4006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/swift-format/Utilities/DiagnosticsEngine.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ final class DiagnosticsEngine {
101101
case .error: severity = .error
102102
case .warning: severity = .warning
103103
case .note: severity = .note
104+
case .remark: severity = .note // should we model this?
104105
}
105106
return Diagnostic(
106107
severity: severity,

0 commit comments

Comments
 (0)