Replies: 1 comment 6 replies
-
Arguments must be separated :) RUST_CLIPPY_ARGUMENTS:
- --manifest-path
- sub/dir/Cargo.toml If u add |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We need a command like
cargo clippy --manifest-path sub/dir/Cargo.toml
to inspect Rust projects in subdirectories with clippy, is there any way to make something like this work with MegaLinter?I tried the following in
.mega-linter.yml
, but it does not seem working.Beta Was this translation helpful? Give feedback.
All reactions