redpen icon indicating copy to clipboard operation
redpen copied to clipboard

A Rust code linter

Results 5 redpen issues
Sort by recently updated
recently updated
newest added

I'm unable to successfully run Redpen 0.3.0. I think there's a bug in either `redpen` or `redpen_wrapper`, but it's also possible that this is user error. Reproduction steps: Install Redpen...

bug

I was looking into adding a check to ensure no allocations happens and at least the naive approch with using `ReachabilityCheck` does not seem to work. It does not seem...

`rustc` doesn't mark the internal APIs that it uses to determine the appropriate trait used by an indexing operation as public. For now, the `dont_panic` lint *always* treats indexing as...

After running `cargo +nightly-2023-09-04 install redpen-linter`, it gives the following output ``` Updating crates.io index Installing redpen-linter v0.2.0 Updating crates.io index Compiling home v0.5.5 Compiling redpen-linter v0.2.0 error[E0463]: can't find...

Hi! I did a lot of Profile-Guided Optimization (PGO) benchmarks recently on different kinds of software (including many compilers and compiler-like projects like Clang, Rustc, Clangd, clang-tidy, etc.) - all...