From 2a4084a2bb7b339fe3c888e48bbb2f5d6e01093d Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Tue, 2 Apr 2024 17:06:21 -0600 Subject: [PATCH] chore(docs): update ruff_linter crate name in CONTRIBUTING.md (#10745) Reading through `CONTRIBUTING.md`, I happened to notice that it still referred to the `ruff_linter` crate as the `ruff` crate. `ruff` is a different crate, located in `crates/ruff`, which doesn't contain "the vast majority of the code and all the lint rules." --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7eca0a04cd..c4def89956 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,8 +123,8 @@ prior to merging. Ruff is structured as a monorepo with a [flat crate structure](https://matklad.github.io/2021/08/22/large-rust-workspaces.html), such that all crates are contained in a flat `crates` directory. -The vast majority of the code, including all lint rules, lives in the `ruff` crate (located at -`crates/ruff_linter`). As a contributor, that's the crate that'll be most relevant to you. +The vast majority of the code, including all lint rules, lives in the `ruff_linter` crate (located +at `crates/ruff_linter`). As a contributor, that's the crate that'll be most relevant to you. At the time of writing, the repository includes the following crates: