Skip to content

Commit

Permalink
ref(ci): Do not output clippy in json format (#1080)
Browse files Browse the repository at this point in the history
Sounds like we don't use this format and that makes the failures more
readable for humans.
  • Loading branch information
flub authored Jun 6, 2023
1 parent 6fe29bf commit b38390f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
components: clippy

- name: clippy check
run: cargo clippy --message-format=json --all-features --all-targets
run: cargo clippy --all-features --all-targets

msrv:
name: Minimal Supported Rust Version
Expand Down

0 comments on commit b38390f

Please sign in to comment.