mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-16 00:20:22 +00:00
[ty] Make unused-ignore-comment
disabled by default for now (#17955)
This commit is contained in:
parent
6a5533c44c
commit
da8540862d
6 changed files with 36 additions and 41 deletions
|
@ -33,7 +33,7 @@ declare_lint! {
|
|||
pub(crate) static UNUSED_IGNORE_COMMENT = {
|
||||
summary: "detects unused `type: ignore` comments",
|
||||
status: LintStatus::preview("1.0.0"),
|
||||
default_level: Level::Warn,
|
||||
default_level: Level::Ignore,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue