mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-27 02:16:54 +00:00
Specifically, the [`if_not_else`] lint will sometimes flag code to change the order of `if` and `else` bodies if this would allow a `!` to be removed. While perhaps tasteful in some cases, there are many cases in my experience where this bows to other competing concerns that impact readability. (Such as the relative sizes of the `if` and `else` bodies, or perhaps an ordering that just makes the code flow in a more natural way.) [`if_not_else`]: https://rust-lang.github.io/rust-clippy/master/index.html#/if_not_else |
||
|---|---|---|
| .. | ||
| document | ||
| server | ||
| session | ||
| capabilities.rs | ||
| document.rs | ||
| lib.rs | ||
| logging.rs | ||
| server.rs | ||
| session.rs | ||
| system.rs | ||