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.
1 parent 2d5461e commit cf11fc8Copy full SHA for cf11fc8
Sources/swift-format/Utilities/DiagnosticsEngine.swift
@@ -101,6 +101,7 @@ final class DiagnosticsEngine {
101
case .error: severity = .error
102
case .warning: severity = .warning
103
case .note: severity = .note
104
+ case .remark: severity = .note // should we model this?
105
}
106
return Diagnostic(
107
severity: severity,
0 commit comments