-
Unfortunatelly, it's impossible for everyone to at least wrap their commit messages. After numerous warnings folks can't still do such things.
Thus, the squash merge will be disabled, and the only …
-
## What problem does this solve or what need does it fill?
With the advent of [Rust 1.81](https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html), we can now distinguish between lints that we haven…
-
[e_mp_ecdsa_pub_key_encoding_correct](https://github.com/zmap/zlint/blob/f6d07ed309612e7341b39abd274f255cb101f72e/v3/lints/mozilla/lint_mp_ecdsa_pub_key_encoding_correct.go#L47) and [e_mp_ecdsa_signat…
-
### What it does
Warns when you `deny` on lints e.g. `#![deny(missing_docs)]`.
### Advantage
- Prevents lint warnings blocking compilation errors. When producing a proof of concept you may want to …
-
This issue is a place to gather ideas/proposals for new lints.
## Future lints:
- Dead Code
- Shadowing a mutable variable with an immutable variable of the same type
- Having a callable name…
-
candidates:
* `clippy::pedantic` which has a bunch of type cast safety checks
* [clippy::unwrap_used](https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_used)
* maybe more we could …
-
- [ ] deny unwrap, expect, and indexing/slicing
- [ ] forbid unsafe
-
Two examples:
- https://github.com/slackhq/circuit/pull/1690
- https://github.com/slackhq/compose-lints/pull/418
-
-
Like this https://eslint.org/demo/
But for [xo](https://github.com/sindresorhus/xo)
It could use https://wzrd.in/ to just load the latest from npm so one wouldn't need to update it much.
> cr…