mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 22:55:08 +00:00
Rename checks.rs to registry.rs (#1566)
This commit is contained in:
parent
14042800c2
commit
8647bec3cb
173 changed files with 3847 additions and 193 deletions
|
@ -5,9 +5,9 @@ use rustpython_parser::lexer::LexResult;
|
|||
use serde::Serialize;
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
use crate::checks::CheckCode;
|
||||
use crate::checks_gen::CheckCodePrefix;
|
||||
use crate::linter::check_path;
|
||||
use crate::registry::CheckCode;
|
||||
use crate::registry_gen::CheckCodePrefix;
|
||||
use crate::rustpython_helpers::tokenize;
|
||||
use crate::settings::configuration::Configuration;
|
||||
use crate::settings::options::Options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue