ruff/crates/ruff_workspace/src
Charlie Marsh 8118d29419
Rename ruff_cli crate to ruff (#9557)
## Summary

Long ago, we had a single `ruff` crate. We started to break that up, and
at some point, we wanted to separate the CLI from the core library. So
we created `ruff_cli`, which created a `ruff` binary. Later, the `ruff`
crate was renamed to `ruff_linter` and further broken up into additional
crates.

(This is all from memory -- I didn't bother to look through the history
to ensure that this is 100% correct :))

Now that `ruff` no longer exists, this PR renames `ruff_cli` to `ruff`.
The primary benefit is that the binary target and the crate name are now
the same, which helps with downstream tooling like `cargo-dist`, and
also removes some complexity from the crate and `Cargo.toml` itself.

## Test Plan

- Ran `rm -rf target/release`.
- Ran `cargo build --release`.
- Verified that `./target/release/ruff` was created.
2024-01-16 17:47:01 -05:00
..
configuration.rs Rename ruff_cli crate to ruff (#9557) 2024-01-16 17:47:01 -05:00
lib.rs Add most formatter options to ruff.toml / pyproject.toml (#7566) 2023-09-22 15:47:57 +00:00
options.rs Respect runtime-required decorators on functions (#9317) 2023-12-29 22:14:53 -04:00
options_base.rs Remove repeated and erroneous scoped settings headers in docs (#8670) 2023-11-14 05:44:30 +00:00
pyproject.rs Add paths to toml parse errors (#9358) 2024-01-02 11:56:51 -05:00
resolver.rs Include base pyproject when initializing cache settings (#9480) 2024-01-11 19:18:49 -05:00
settings.rs --show-settings displays active settings in a far more readable format (#9464) 2024-01-12 14:30:29 -05:00