Description
Consider this workflow run: https://github.com/hyperledger/iroha/actions/runs/8776778445/job/24080807386?pr=4456
That's it. Since all cargo output was redirected to &> clippy.json, there is nothing to see in CI. From development side, this harms ability to see what's wrong quickly.
Notes
From the Cargo Book:
--message-format fmt: The output format for diagnostic messages. Can be specified multiple times and consists of comma-separated values.
Not sure how this multiple format will look like and how to separate one from another, but it is definitely worth exploring.
Description
Consider this workflow run: https://github.com/hyperledger/iroha/actions/runs/8776778445/job/24080807386?pr=4456
That's it. Since all cargo output was redirected to
&> clippy.json, there is nothing to see in CI. From development side, this harms ability to see what's wrong quickly.Notes
From the Cargo Book:
Not sure how this multiple format will look like and how to separate one from another, but it is definitely worth exploring.