diff --git a/private/buf/buflsp/file.go b/private/buf/buflsp/file.go index 4d835474ef..8c07c16f9f 100644 --- a/private/buf/buflsp/file.go +++ b/private/buf/buflsp/file.go @@ -744,7 +744,7 @@ func (f *file) appendLintErrors(source string, err error) bool { }, }, Code: annotation.Type(), - Severity: protocol.DiagnosticSeverityError, + Severity: protocol.DiagnosticSeverityWarning, Source: source, Message: annotation.Message(), })