ruff
ruff copied to clipboard
Upgrade annotation snippet
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
groupedemitter - Decide on new message format
Test Plan
See updated snapshots
Fixes #10832