ruff/crates/ty
Alex Waygood dde0d0af68
[ty] List rules in alphabetical order in the reference docs (#22097)
## Summary

Fixes https://github.com/astral-sh/ty/issues/1885.

It wasn't obvious to me that there was a deliberate order to the way
these rules were listed in our reference docs -- it looked like it was
_nearly_ alphabetical, but not quite. I think it's simpler if we just
list them in alphabetical order.

## Test Plan

The output from running `cargo dev generate-all` (committed as part of
this PR) looks correct!
2025-12-19 19:11:05 +00:00
..
docs [ty] List rules in alphabetical order in the reference docs (#22097) 2025-12-19 19:11:05 +00:00
src [ty] Only clear output between two successful checks (#22078) 2025-12-19 15:16:54 +01:00
tests [ty] Fix some configuration panics in the LSP (#22040) 2025-12-18 09:47:02 -05:00
build.rs [ty] Fix server version (#19284) 2025-07-14 09:06:34 +02:00
Cargo.toml [ty] Use jemalloc on linux (#21975) 2025-12-15 16:04:34 +01:00
CONTRIBUTING.md Fix link typo in ty's CONTRIBUTING.md (#18923) 2025-06-24 20:23:31 +00:00
README.md Update README to remove production warning (#21899) 2025-12-10 17:25:41 +01:00

ty

ty is an extremely fast type checker.

The Rust code for ty lives in this repository; see CONTRIBUTING.md for more information on contributing to ty.

See the ty repo for ty documentation and releases.