ruff icon indicating copy to clipboard operation
ruff copied to clipboard

Upgrade annotation snippet

Open MichaReiser opened this issue 1 year ago • 0 comments
trafficstars

Summary

I tried in this PR to upgrade annotation snippet but I hit a blocker because annotation snippet has now become more opinionated. It now prefixes every message with a level and requires a title. That means, it is no longer possible to have our custom message headers of the form path:row:column [CODE] message and instead it must be error[code]: <title> and it is unclear what message format we want.

TODO:

  • Updated grouped emitter
  • Decide on new message format

Test Plan

See updated snapshots

Fixes #10832

MichaReiser avatar May 30 '24 10:05 MichaReiser