mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
actions-rs/clippy-check runs clippy with --message-format=json option and converts the output into annotations. This makes clippy output unreadable, it is JSON and you cannot quickly find the line number to fix. Annotations in the code review view look nice, but on large PRs they are less usable because you need to scroll the whole page to find all the annotations.