Rename checks.rs to registry.rs (#1566)

This commit is contained in:
Charlie Marsh
2023-01-02 17:26:51 -05:00
committed by GitHub
parent 14042800c2
commit 8647bec3cb
173 changed files with 3847 additions and 193 deletions

View File

@@ -12,8 +12,8 @@ use anyhow::{anyhow, Context, Result};
use assert_cmd::{crate_name, Command};
use itertools::Itertools;
use log::info;
use ruff::checks::CheckCategory;
use ruff::logging::{set_up_logging, LogLevel};
use ruff::registry::CheckCategory;
use strum::IntoEnumIterator;
use walkdir::WalkDir;