Closed stefanvanburen closed 3 weeks ago
This removes the extraneous information from the diagnostic report (filename, line, column), which is already included in the range.
It also adds a hard-coded buf as the source of the diagnostic.
buf
Before:
After:
The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).
✅ passed
This removes the extraneous information from the diagnostic report (filename, line, column), which is already included in the range.
It also adds a hard-coded
buf
as the source of the diagnostic.Before:
After: