mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
Extract LineIndex
independent methods from Locator
(#13938)
This commit is contained in:
parent
f8eb547fb4
commit
9f3a38d408
171 changed files with 1348 additions and 1284 deletions
|
@ -5,6 +5,7 @@
|
|||
//!
|
||||
//! [Ruff]: https://github.com/astral-sh/ruff
|
||||
|
||||
pub use locator::Locator;
|
||||
pub use noqa::generate_noqa_edits;
|
||||
#[cfg(feature = "clap")]
|
||||
pub use registry::clap_completion::RuleParser;
|
||||
|
@ -27,6 +28,7 @@ pub mod fs;
|
|||
mod importer;
|
||||
pub mod line_width;
|
||||
pub mod linter;
|
||||
mod locator;
|
||||
pub mod logging;
|
||||
pub mod message;
|
||||
mod noqa;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue