You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
I noticed theres a big fat WIP on this repo so I'm not sure you're interested in bug reports on this action yet but incase you are I figured I'd file this one.
I tried testing out the new clippy action in this PR. It worked in so far as it showed the nice clippy warnings with the full output of the warning in the PR and it took minimal work to setup, which is fantastic 👍
The problem is that first of all, it showed as passing when clippy (or maybe just the action running clippy?) exited with a 101 code. Second, when --all-targets was enabled it showed the lints twice. Now I know that the --all-targets thing is reproducible outside of actions-rs so its not actually a bug with your code, so this second bit is probably more of a feature request than a bug report, but it would be nice if it filtered out identical error msgs.
I noticed theres a big fat WIP on this repo so I'm not sure you're interested in bug reports on this action yet but incase you are I figured I'd file this one.
I tried testing out the new clippy action in this PR. It worked in so far as it showed the nice clippy warnings with the full output of the warning in the PR and it took minimal work to setup, which is fantastic 👍
The problem is that first of all, it showed as passing when clippy (or maybe just the action running clippy?) exited with a
101code. Second, when--all-targetswas enabled it showed the lints twice. Now I know that the--all-targetsthing is reproducible outside ofactions-rsso its not actually a bug with your code, so this second bit is probably more of a feature request than a bug report, but it would be nice if it filtered out identical error msgs.