Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to see Clippy errors in CI #4510

Open
0x009922 opened this issue Apr 25, 2024 · 0 comments
Open

Unable to see Clippy errors in CI #4510

0x009922 opened this issue Apr 25, 2024 · 0 comments
Assignees
Labels
Bug Something isn't working CI iroha2-dev The re-implementation of a BFT hyperledger in RUST

Comments

@0x009922
Copy link
Contributor

0x009922 commented Apr 25, 2024

Description

Consider this workflow run: https://github.com/hyperledger/iroha/actions/runs/8776778445/job/24080807386?pr=4456

image

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.

@0x009922 0x009922 added Bug Something isn't working iroha2-dev The re-implementation of a BFT hyperledger in RUST CI labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working CI iroha2-dev The re-implementation of a BFT hyperledger in RUST
Projects
None yet
Development

No branches or pull requests

2 participants