-
A few lints I noticed which may be redundant to newer lints in rustc upstream:
* `absurd_extreme_comparisons` should be uplifted to the existing `unused_comparisons`
* `bad_bit_mask` should probab…
-
A few more clippy lints have come in since we last did clippy checks in the example fuzzers. It would be good for someone to come through and fix these.
-
I'm working on a [repo](https://github.com/theindigamer/hlint-roller) so that we (the Haskell community) can share lints for commonly used packages. I'm hoping to announce it on Reddit etc. once I've …
-
Enabling the [Spotbugs plugin](https://plugins.gradle.org/plugin/com.github.spotbugs) for Gradle causes the plugin to lint every single dependency as `unused-dependency` while using the [Findbugs plug…
-
## Summary
I'd like `heft` linting result to be similar to running `eslint src --fix`
## Repro steps
Here's a minimal-ish playground https://github.com/Faithfinder/heft-linting-insufficient
…
-
### 🐛 Describe the bug
ufmt changes python source code, but it runs in parallel with flake8. This means that flake8 errors may be out of date by the time ufmt is done processing.
### Versions
maste…
-
Today, you can do:
```toml
[lints.rust]
unexpected_cfgs = "warn"
unexpected-cfgs = "allow"
```
and the behavior is unspecified.
After #13913, you can also do
```toml
[lints.rust]
unexpecte…
epage updated
2 months ago
-
# Summary
I would expect that `rust-analyzer`, with default settings, would report the same lints (warnings, errors, etc.) as `rustc`
# Details
Currently this is not the case; for example I a…
-
First noticed in https://rust-lang.zulipchat.com/#narrow/stream/247081-t-compiler.2Fperformance/topic/Output.20of.20.60collector.20eprintln.60/near/204875468. If a lint is allowed, there is no need to…
-
## Specific Demand
Create a Clippy-style linting system that would enforce best practices. We could integrate `dx check` into this, and add further lints. See #1448 for a further discussion on this…