unknown tool name \
redpen\ in scoped lint
when invoking redpen
#7
Labels
bug
Something isn't working
unknown tool name \
redpen\ in scoped lint
when invoking redpen
#7
I'm unable to successfully run Redpen 0.3.0. I think there's a bug in either
redpen
orredpen_wrapper
, but it's also possible that this is user error.Reproduction steps: Install Redpen using
cargo +nightly-2023-11-01 install redpen-linter
, and create a project with the following sources:Cargo.toml:
rust-toolchain.toml:
src/lib.rs:
When I invoke
redpen
, I get:If I uncomment the
#![feature(register_tool)]
and#![register_tool(redpen)]
lines, I get:The text was updated successfully, but these errors were encountered: